ReactOS 0.4.16-dev-1339-gd8bfa93
|
Go to the source code of this file.
Macros | |
#define | MSG_COUNT 0x100 |
#define MSG_COUNT 0x100 |
Definition at line 68 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
Definition at line 99 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
Definition at line 130 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
|
static |
Definition at line 18 of file keymsg.c.
Referenced by Imm32CImeNonImeToggle(), and Imm32JCloseOpen().
Definition at line 162 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
Definition at line 230 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
Definition at line 212 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
Definition at line 189 of file keymsg.c.
Referenced by Imm32ProcessHotKey().
Definition at line 252 of file keymsg.c.
Referenced by ImmProcessKey(), and ImmSimulateHotKey().
|
static |
Definition at line 378 of file keymsg.c.
Referenced by ImmRequestMessageAW().
Definition at line 372 of file keymsg.c.
Referenced by ImmSystemHandler().
Definition at line 339 of file keymsg.c.
Referenced by Imm32SendNotification().
DWORD WINAPI ImmCallImeConsoleIME | ( | _In_ HWND | hWnd, |
_In_ UINT | uMsg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lParam, | ||
_Out_ LPUINT | puVK | ||
) |
Definition at line 1188 of file keymsg.c.
Definition at line 878 of file keymsg.c.
Referenced by test_ImmMessages(), and test_InvalidIMC().
Definition at line 722 of file keymsg.c.
Referenced by ImmProcessKey().
BOOL WINAPI ImmGetHotKey | ( | _In_ DWORD | dwHotKey, |
_Out_ LPUINT | lpuModifiers, | ||
_Out_ LPUINT | lpuVKey, | ||
_Out_ LPHKL | lphKL | ||
) |
Definition at line 698 of file keymsg.c.
Referenced by ActiveIMMApp_GetVirtualKey().
BOOL WINAPI ImmIsUIMessageA | ( | _In_opt_ HWND | hWndIME, |
_In_ UINT | msg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lParam | ||
) |
Definition at line 620 of file keymsg.c.
Referenced by ActiveIMMApp_IsUIMessageA(), and START_TEST().
|
static |
Definition at line 310 of file keymsg.c.
Referenced by ImmIsUIMessageA(), and ImmIsUIMessageW().
|
static |
Definition at line 956 of file keymsg.c.
Referenced by ImmTranslateMessage().
DWORD WINAPI ImmProcessKey | ( | _In_ HWND | hWnd, |
_In_ HKL | hKL, | ||
_In_ UINT | vKey, | ||
_In_ LPARAM | lParam, | ||
_In_ DWORD | dwHotKeyID | ||
) |
Definition at line 743 of file keymsg.c.
Referenced by ImmCallImeConsoleIME(), and User32CallImmProcessKeyFromKernel().
Definition at line 1162 of file keymsg.c.
Referenced by test_InvalidIMC().
|
static |
Definition at line 587 of file keymsg.c.
Referenced by ImmRequestMessageA(), and ImmRequestMessageW().
Definition at line 675 of file keymsg.c.
Referenced by ActiveIMMApp_SimulateHotKey().
LRESULT WINAPI ImmSystemHandler | ( | _In_ HIMC | hIMC, |
_Inout_opt_ WPARAM | wParam, | ||
_Inout_opt_ LPARAM | lParam | ||
) |
Definition at line 847 of file keymsg.c.
Referenced by ImeWnd_OnImeSystem().
BOOL WINAPI ImmTranslateMessage | ( | _In_ HWND | hwnd, |
_In_ UINT | msg, | ||
_In_ WPARAM | wParam, | ||
_In_ LPARAM | lKeyData | ||
) |
Definition at line 1020 of file keymsg.c.
Referenced by ImmProcessKey(), and TranslateMessage().
Definition at line 664 of file keymsg.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | imm | ) |