IActiveIME::RegisterWord ...     IActiveIME::SetActiveCont...     IActiveIME Interface    
Web Workshop (Miscellaneous)

IActiveIME::Select Method


Initializes and frees the Active Input Method Editor private context.

Syntax

HRESULT Select(
    HIMC hIMC,
    BOOL fSelect
);

Parameters

hIMC
[in] Handle to the input context.
fSelect
[in] Boolean value that specifies the action. TRUE indicates the method should initialize the context, and FALSE indicates it should free the context.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImeSelect function documented in the Microsoft® Windows® 2000 Driver Development Kit.



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.