IActiveIMMApp::Deactivate...     IActiveIMMApp::DisableIME...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::DestroyContext Method


Releases the input context and frees any memory associated with it.

Syntax

HRESULT DestroyContext(
    HIMC hIME
);

Parameters

hIME
[in] Handle to the input context.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

Any application that creates an input context by using the IActiveIMMApp::CreateContext method must call this method to free the context before it terminates.

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