|
|
The simplified version of GBIMEWindowEx.
HWND GBIMEWindow (HWND hosting);
|
|
||||||||||||||||||||||||||||
|
Creates a GB2312 input method window. This function creates a GB2312 (a charset for simplified Chinese) input method window. Before calling this window, you must create a main window which acts as the hosting main window of the IME window.
|
|
||||||||||||||||||||
|
The window callback procedure of the builit-in GB2312 Input Method window. This function is the window callback procedure of the built-in GB2312 (a charset for simplified Chinese) Input Method window.
|
|
|
Retrives status of the current IME window. This function retrives status of the current IME window.
|
|
|
Registers an IME window. This function registers the specified window hWnd as the IME window of the MiniGUI. After that, the keyboard input will be sent to IME window first. Note that only one IME window can be registered.
|
|
||||||||||||
|
Sets the status of the current IME window. This function sets the status of the current IME window.
|
|
|
Unregisters an IME window. This function undoes the effect of RegisterIMEWindow.
|
1.4.2