Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Provides a dialog box to be used to request optional information for an Active IME.
Syntax
HRESULT Configure( HKL hKL, HWND hWnd, DWORD dwMode, REGISTERWORDW *pRegisterWord );
Parameters
- hKL
- [in] Handle to the keyboard layout of the Active IME.
- hWnd
- [in] Handle to the parent window.
- dwMode
- [in] Unsigned long integer value that contains the flag that indicates the mode of the dialog box.
- pRegisterWord
- [in] Address of a REGISTERWORDW structure if dwMode is set to IME_CONFIG_REGISTERWORD. Otherwise, pRegisterWord should be ignored.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeConfigure function documented in the Microsoft® Windows NT® 5.0 Device Driver Kit.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.