Displays the configuration dialog box for the IME. Unicode implementation.
Syntax
HRESULT ConfigureIMEW( HKL hKL, HWND hWnd, DWORD dwMode, REGISTERWORDW *pData );
Parameters
- hKL
- [in] Handle to the keyboard layout.
- hWnd
- [in] Handle to the parent window for the dialog box.
- dwMode
- [in] Unsigned long integer value that contains the type of dialog box to display. This can be one of the following values:
- IME_CONFIG_GENERAL
- Displays the general purpose configuration dialog box.
- IME_CONFIG_REGISTERWORD
- Displays the register word dialog box.
- IME_CONFIG_SELECTDICTIONARY
- Displays the dictionary selection dialog box.
- pData
- [in] Address of a REGISTRWORDW structure. This structure will be used if dwMode is set to IME_CONFIG_REGISTERWORD. Otherwise this parameter is ignored.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmConfigureIME function documented in the Microsoft® Platform Software Development Kit (SDK).