
152
3.106 SysSetAllKeyRepeat
This function sets up "Enable" or "Disable" for all individual keys for key repeat set with
SysSetKeyRepeat function.
Calling Sequences
[C++]
DWORD SysSetAllKeyRepeat(
BOOL bRepeat
)
[Visual Basic]
Public Shared Function SysSetAllKeyRepeat( _
ByVal bRepeat As Boolean _
) As Int32
[C#]
public static Int32 SysSetAllKeyRepeat(
Boolean bRepeat
);
Parameters
bRepeat
This parameter is for specifying "Enable" or "Disable" for key repeat selecting either of the
values listed below.
TRUE : Enable key repeat.
FALSE : Disable key repeat.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales