
151
3.105 SysGetFakeRepeat
This function retrieves key codes that perform faked key repeat.
Calling Sequences
[C++]
DWORD SysGetFakeRepeat(
DWORD *pdwKeyRepeat
)
[Visual Basic]
Public Shared Function SysGetFakeRepeat( _
ByRef pdwKeyRepeat As Int32 _
) As Int32
[C#]
public static Int32 SysGetFakeRepeat(
ref Int32 pdwKeyRepeat
);
Parameters
pdwKeyRepeat[4]
This parameter is for specifying an array to retrieve key codes (max. 4) that perform faked
key repeat.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern