
115
3.87 SysGetFnKeyLock
This function retrieves the status of "Enable" or "Disable" for the Fn key to operate.
Calling Sequences
[C++]
DWORD SysGetFnKeyLock( )
[Visual Basic]
Public Shared Function SysGetFnKeyLock() As Int32
[C#]
public static Int32 SysGetFnKeyLock()
Parameter
None
Return Values
TRUE : Fn key disabled.
FALSE : Fn key enabled.
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales