
143
3.99 SysGetFnUserDefineKey
This function retrieves key codes for the Fn key input mode.
Calling Sequences
[C++]
DWORD SysGetFnUserDefineKey(
DWORD dwKeyID,
DWORD *pdwKeyCode
)
[Visual Basic]
Public Shared Function SysGetFnUserDefineKey( _
ByVal dwKeyId As Int32, _
ByRef pdwKeyCode As Int32 _
) As Int32
[C#]
public static Int32 SysGetFnUserDefineKey(
Int32 dwKeyId,
ref Int32 pdwKeyCode
);
Parameters
dwKeyID
This parameter is for specifying key ID to retrieve. See SysSetFnUserDefineKey
function for the values.
pdwKeyCode
This parameter is for retrieving the specified key code.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales