
120
3.92 SysSetInputMode
This function sets up a key input change mode.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetInputMode function.
Calling Sequences
[C++]
DWORD SysSetInputMode(
DWORD dwInputMode
)
[Visual Basic]
Public Shared Function SysSetInputMode( _
ByVal dwInputMode As Int32 _
) As Int32
[C#]
public static Int32 SysSetInputMode(
Int32 dwInputMode
);
Parameters
dwInputMode
This parameter is for specifying a key input change mode selecting one of the values listed
below.
INPUT_NORMAL : Ordinary input (Default) Switch-able
INPUT_LOCK_NUM : Fixed to numeric input Not switch-able
INPUT_LOCK_ALPHA : Fixed to alphanumeric (uppercase) Not switch-able
INPUT_LOCK_ALPHAS : Fixed to alphanumeric (lowercase) Not switch-able
INPUT_LOCK_PHONE : Fixed to Phone (for IT-600, DT-X7,
DT-X30, IT-800, IT-300, DT-X8,
IT-9000)
Not switch-able
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales