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).