IActiveIMMIME::RegisterWo...     IActiveIMMIME::RequestMes...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::ReleaseContext Method


Releases the input context and unlocks the memory associated in the context. An application must call this method for each call to the IActiveIMMIME::GetContext method.

Syntax

HRESULT ReleaseContext(
    HWND hWnd,
    HIMC hIMC
);

Parameters

hWnd
[in] Handle to the window for which the input context was previously retrieved.
hIMC
[in] Handle to the input context.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmReleaseContext 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.