Go to the source code of this file.
◆ START_TEST()
Definition at line 10 of file ImmIsUIMessage.c.
11{
14 for (uMsg = 0x100; uMsg < 0x300; ++uMsg)
15 {
17 switch (uMsg)
18 {
19 case WM_IME_STARTCOMPOSITION: case WM_IME_ENDCOMPOSITION:
23 break;
24 default:
26 break;
27 }
28 }
29}
#define ok_int(expression, result)
BOOL WINAPI ImmIsUIMessageA(_In_ HWND hWndIME, _In_ UINT msg, _In_ WPARAM wParam, _In_ LPARAM lParam)
#define WM_IME_SETCONTEXT
#define WM_IME_COMPOSITIONFULL