
159
3.113 SysSetResetUserDefineKeyState
This function sets up "Disable" or "Enable" on the "Disable" for the user defined keys at a time of
reset. The setting can be made by navigating to Settings menu → Control Panel menu →
Keyboard icon → Others tab and then Disable at reset in User definition key field.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetResetUserDefineKeyState function.
Calling Sequences
[C++]
DWORD SysSetResetUserDefineKeyState(
BOOL State
)
[Visual Basic]
Public Shared Function SysSetResetUserDefineKeyState( _
ByVal State As Boolean _
) As Int32
[C#]
public static Int32 SysSetResetUserDefineKeyState(
Boolean State
);
Parameters
State
This parameter is for specifying "Enable" or "Disable" for user defined keys selecting either
of the values listed below.
TRUE : Enable user defined keys.
FALSE: : Disable user defined keys.
Return Values
TRUE : Normal end
FALSE : Internal error
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales