Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Initializes and frees the Active IME 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 that 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 NT® 5.0 Device Driver Kit.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.