Commit 1304d450 authored by Jesse Allen's avatar Jesse Allen Committed by Alexandre Julliard

Added ImmAssociateContextEx stub.

parent 4ea598e0
......@@ -255,6 +255,15 @@ HIMC WINAPI ImmAssociateContext(HWND hWnd, HIMC hIMC)
}
/***********************************************************************
* ImmAssociateContextEx (IMM32.@)
*/
BOOL WINAPI ImmAssociateContextEx(HWND hWnd, HIMC hIMC, DWORD dwFlags)
{
FIXME("(%p, %p, %ld): stub\n", hWnd, hIMC, dwFlags);
return FALSE;
}
/***********************************************************************
* ImmConfigureIMEA (IMM32.@)
*/
BOOL WINAPI ImmConfigureIMEA(
......
@ stdcall ImmAssociateContext(long long)
@ stdcall ImmAssociateContextEx(long long long)
@ stdcall ImmConfigureIMEA(long long long ptr)
@ stdcall ImmConfigureIMEW(long long long ptr)
@ stdcall ImmCreateContext()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment