Prev Next

ImmGetContext info  Overview  Group

The ImmGetContext function retrieves the input context associated with the specified window.

HIMC ImmGetContext(

    HWND hWnd

   );

Parameters

hWnd
Handle to the window to retrieve the input context for.

Return Values

Returns the handle to the input context.

Remarks

An application should routinely use this function to retrieve the current input context before attempting to access information in the context.