
116
3.88 SysSetOneKeyLock
This function sets up "Enable" or "Disable" for lock (not allow any key to be input) on each key
except the Trigger keys, Multi key, and Power key.
Calling Sequences
[C++]
DWORD SysSetOneKeyLock(
DWORD dwLockBits
)
[Visual Basic]
Public Shared Function SysSetOneKeyLock( _
ByVal dwLockBits As Int32 _
) As Int32
[C#]
public static Int32 SysSetOneKeyLock(
Int32 dwLockBits
);
Parameters
dwLockBits
Specify a sum of values in logical OR for all the keys that are to be locked.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Note:
Performing a reset on the terminal disables all "Disable" settings, and all key inputs become
possible. If KEY_LOCK_ALL is set in the parameter, all key inputs except with Trigger
keys, Multi key, and Power key are disabled. Only way to reset this condition is performing
a reset.
Komentáře k této Příručce