ImmAssociateContextEx function
ImmAssociateContextEx functionChanges the association between the input method context and the specified window or its children.SyntaxC++BOOL ImmAssociateContextEx( _In_ HWND hWnd, _In_ HIMC hIMC, _In_ DWORD dwFlags ); ParametershWnd [in]Handle to the window to associate with the input context.hIMC [in]Handle to the input method context.dwFlags [in]Flags specifying the type of association betwee..