Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Notifies the current Active IME of the active input context.
Syntax
HRESULT SetActiveContext( HIMC hIMC, BOOL fFlag );
Parameters
- hIMC
- [in] Handle to the input context.
- fFlag
- [in] Boolean value that contains the status of the input context. TRUE indicates the input context is activated, and FALSE indicates the input context is deactivated.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeSetActiveContext 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.