Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the default window handle to the IME class.
Syntax
HRESULT GetDefaultIMEWnd( HWND hWnd, HWND *phDefWnd );
Parameters
- hWnd
- [in] Handle to the window for the application.
- phDefWnd
- [out] Address of the default window handle to the IME class.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmGetDefaultIMEWnd 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.