
161
3.115 SysSetEnableKeyMode
This function sets up "Enable" or "Disable" for key mode transition when the key input mode is
changed. For example, if disable [a] in the [1]→ [A]→ [a] → [P]→ [N]→ [1] key input transition,
the key input transition will be changed to [1]→ [A]→ [P]→ [N]→ [1] order. However,
SysSetInputMode function can change key input mode set disabled to active state.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetEnableKeyMode function.
Calling Sequences
[C++]
DWORD SysSetEnableKeyMode(
DWORD EnableState
)
[Visual Basic]
Public Shared Function SysSetEnableKeyMode( _
ByVal EnableState As Int32 _
) As Int32
[C#]
public static Int32 SysSetEnableKeyMode(
Int32 EnableState
);
Parameters
EnableState
This parameter is to select key modes to be enabled by specifying a sum of selected values
in logical OR from the list below.
SYS_ENABLE_KEYMODE_NUM : Numeric
SYS_ENABLE_KEYMODE_ALPHA : Alphanumeric in uppercase letters
SYS_ENABLE_KEYMODE_ALPHAS : Alphanumeric in lowercase letters
SYS_ENABLE_KEYMODE_PHONE : Phone (available on IT-600, DT-X7, DT-X30, IT-800,
IT-300, DT-X8, IT-9000)
Return Values
TRUE : Success
FUNCTION_UNSUPPORT : Unsupported error
Kommentare zu diesen Handbüchern