
147
3.102 SysSetKeyRepeat
This function sets up key codes that perform key repeat.
Calling Sequences
[C++]
DWORD SysSetKeyRepeat(
DWORD *pdwKeyRepeat
)
[Visual Basic]
Public Shared Function SysSetKeyRepeat( _
ByRef pdwKeyRepeat As Int32 _
) As Int32
[C#]
public static Int32 SysSetKeyRepeat(
ref Int32 pdwKeyRepeat
);
Parameters
pdwKeyRepeat[16]
This parameter is for specifying array for key codes (max. 16) that perform key repeat. The
following values in the table are set by default.
The setting must start with "0" first. If 0x00 for "No Setting" is included in mid-course, the
subsequent settings will become disabled. To initiate the setting, always carry out
SysGetKeyRepeat function first to retrieve the current key repeat status before changing
the key repeat settings.
Table 3.24 Default key codes
Array Virtual Key Code Value of Virtual Key Code
0 VK_UP 0x26
1 VK_DOWN 0x28
2 VK_LEFT 0x25
3 VK_RIGHT 0x27
4 No setting 0x00
5 No setting 0x00
6 No setting 0x00
7 No setting 0x00
8 No setting 0x00
9 No setting 0x00
10 No setting 0x00
11 No setting 0x00
Continue.
Comentarios a estos manuales