
146
3.101 SysGetOtherUserDefineKey
This function retrieves key codes for alphanumeric modes.
Calling Sequences
[C++]
DWORD SysGetOtherUserDefineKey(
WORD wMode,
WORD wKeyID,
DWORD *pdwCode
)
[Visual Basic]
Public Shared Function SysGetOtherUserDefineKey( _
ByVal wMode As Short, _
ByVal wKeyID As Short, _
ByRef pdwCode As Int32 _
) As Int32
[C#]
public static Int32 SysGetOtherUserDefineKey(
short wMode,
short wKeyID,
ref Int32 pdwCode
);
Parameters
wMode
This parameter is for specifying a mode. See SysSetOtherUserDefineKey function for
the values.
wKeyID
This parameter is for specifying a key ID. See SysSetOtherUserDefineKey function for
the values.
pdwCode[20]
This parameter is for retrieving key codes (max. 20 key codes) that correspond to the
modes and the key IDs.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern