
144
3.100 SysSetOtherUserDefineKey
This function sets up key codes for alphanumeric modes.
Calling Sequences
[C++]
DWORD SysSetOtherUserDefineKey(
WORD wMode,
WORD wKeyID,
DWORD *pdwCodes
)
[Visual Basic]
Public Shared Function SysSetOtherUserDefineKey( _
ByVal wMode As Short, _
ByVal wKeyID As Short, _
ByRef pdwCodes As Int32 _
) As Int32
[C#]
public static Int32 SysSetOtherUserDefineKey(
short wMode,
short wKeyID,
ref Int32 pdwCodes
);
Parameters
wMode
This parameter is for specifying a mode selecting either of the values listed below.
KEY_CONVERSION_MODE_CAPITALALPHA : Alphanumeric in uppercase letters
KEY_CONVERSION_MODE_SMALLALPHA : Alphanumeric in lowercase letters
wKeyID
This parameter is for specifying key IDs using the values below.
KEY ID_0
KEY ID_1
KEY ID_2
KEY ID_3
KEY ID_4
KEY ID_5
KEY ID_6
KEY ID_7
KEY ID_8
KEY ID_9
Comentarios a estos manuales