ImmGetContext (Windows CE 5.0)
This function retrieves the input context associated with the specified window.
HIMC ImmGetContext( HWNDhWnd);
Parameters
- hWnd
[in] Handle to the window to retrieve the input context for.
Return Values
The handle to the input context indicates success.
Remarks
An application should routinely use this function to retrieve the current input context before attempting to access information in the context.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.
Send Feedback on this topic to the authors