Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Displays the configuration dialog box for the IME. ANSI implementation.
Syntax
HRESULT ConfigureIMEA( HKL hKL, HWND hWnd, DWORD dwMode, REGISTERWORDA *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 REGISTRWORDA 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).
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.