ImmCreateIMCC

原型:,參數:,注意:,

原型:

HIMCC WINAPI ImmCreateIMCC(
DWORD dwSize
);

參數:

dwSize[輸入] 新的IMC 部件的大小 返回值:
成功返回IMC 部件句柄,失敗返回0.

注意:

此函式新產生的IMC 部件被初始化為零值。
An IME monitors the user's keystrokes, anticipates the characters the user may want, and presents a list of candidate characters from which to choose.
An IMC is a structure, maintained by the IME and used by IME windows, that contains information about the status of the IME. By default, the system creates and assigns an IMC to a thread if it calls a function that requires the use of an IMC. Within the thread, this default input context is a shared resource and is associated with each newly created window. An IMC requires considerable system resources, so use them judiciously.

相關詞條

熱門詞條

聯絡我們