IActiveIMMIME::GetConvers...     IActiveIMMIME::GetDescrip...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::GetDefaultIMEWnd Method


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). Non-MSDN link



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.