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.