The information in this article applies to:
SUMMARYAn IME (input method editor) may be disabled by calling
from your application. However, the IME is turned on again when another
control gains focus.
MORE INFORMATIONIME is enabled by default. To disable IME, call WINNLSEnableIME(NULL,FALSE) from your application. Please be aware that:
To enable IME, use WINNLSEnableIME(NULL,TRUE). Please note that the first parameter of WINNLSEnableIME, hWnd, is the application's HANDLE. Currently, the Windows system does not divide IME in each application by design, and therefore this parameter should be NULL. Additional query words: 3.10
Keywords : |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |