PT-9230 Mobile Computer SDK Programming Manual 30
ShowChineseIME
To SHOW or HIDE ChineseIME function display.
BOOL ShowChineseIME
{
BOOL bShow
}
Parameters
bShow
[in] Flag that indicates whether to SHOW(TRUE) or HIDE (FALSE) the Chinese IME function display.
Returned Values
Returning TRUE if the operation is successful, otherwise FALSE.
Remarks
The Chinese IME is only supported in Chinese OS. It will work after calling this function then reset the terminal.
Example
BOOL bResult;
bResult = ShowChineseIME(TRUE);
if(bResult == FALSE)
AfxMessageBox(_T("ShowChineseIME fail"));
Requirements
OS Versions: Windows CE 6.0 or beyond.
Header: sysapiax.h
Link Library: sysapiax.lib
Link DLL: sysapiax.dll
Device: PT90