Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function displays the configuration dialog box for the IME.
BOOL ImmConfigureIME( HKL hKL,HWND hWnd,DWORD dwMode, LPVOIDlpData);
Parameters
hKL
[in] Handle to the keyboard layout.hWnd
[in] Handle to the parent window for the dialog box.dwMode
[in] Value that specifies the type of dialog box to display. The following table shows the values this parameter can take.Value Description IME_CONFIG_GENERAL Displays general-purpose configuration dialog box. IME_CONFIG_REGISTERWORD Displays register word dialog box. IME_CONFIG_SELECTDICTIONARY Displays dictionary selection dialog box. lpData
[in] Long pointer to supplemental data. If dwMode is IME_CONFIG_REGISTERWORD, this parameter must be the address of a REGISTERWORD structure.If dwMode is not IME_CONFIG_REGISTERWORD, this parameter is ignored.
Return Values
Nonzero indicates success. Zero indicates failure.
Remarks
Control Panel calls the ImmConfigureIME function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
See Also
Send Feedback on this topic to the authors