
149
3.103 SysGetKeyRepeat
This function retrieves key codes that perform key repeat.
Calling Sequences
[C++]
DWORD SysGetKeyRepeat(
DWORD *pdwKeyRepeat
)
[Visual Basic]
Public Shared Function SysGetKeyRepeat( _
ByRef pdwKeyRepeat As Int32 _
) As Int32
[C#]
public static Int32 SysGetKeyRepeat(
ref Int32 pdwKeyRepeat
);
Parameters
pdwKeyRepeat[16]
The parameter is for specifying an array of key codes (max. 16) that perform key repeats.
See SysSetKeyRepeat function for the values to retrieve.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales