
118
3.90 SysSetAllKeyLock
This function sets up "Enable" or "Disable" for lock on all the keys except the Trigger keys, Multi
key, and Power key.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetAllKeyLock function.
Calling Sequences
[C++]
DWORD SysSetAllKeyLock(
BOOL bKeyLock
)
[Visual Basic]
Public Shared Function SysSetAllKeyLock( _
ByVal bKeyLock As Boolean _
) As Int32
[C#]
public static Int32 SysSetAllKeyLock(
Boolean bKeyLock
);
Parameters
bKeyLock
This parameter is for specifying "Enable" or "Disable" for key lock on all the keys.
Table 3.19 Setting values
TRUE All keys are disabled except Trigger keys and Power key.
FALSE All keys are enabled (Unlocked status). (Default)
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales