
153
3.107 SysGetAllKeyRepeat
This function retrieves the status of "Enable" or "Disable" for all individual keys for key repeat set
with SysSetKeyRepeat function.
Calling Sequences
[C++]
DWORD SysGetAllKeyRepeat( )
[Visual Basic]
Public Shared Function SysGetAllKeyRepeat() As Int32
[C#]
public static Int32 SysGetAllKeyRepeat()
Parameters
None
Return Values
TRUE : Key repeat enabled
FALSE : Key repeat disabled
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales