
114
3.86 SysSetFnKeyLock
This function sets up "Enable" or "Disable" for the Fn key to operate.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetFnKeyLock function.
Calling Sequences
[C++]
DWORD SysSetFnKeyLock(
BOOL bFnKey
)
[Visual Basic]
Public Shared Function SysSetFnKeyLock( _
ByVal bFnKey As Boolean _
) As Int32
[C#]
public static Int32 SysSetFnKeyLock(
Boolean bFnKey
);
Parameters
bFnKey
This parameter is for specifying "Enable" or "Disable" for the Fn key selecting either of the
values listed below.
TRUE : Disable the Fn key.
FALSE : Enable the Fn key (Default)
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales