#include "precomp.h"
Go to the source code of this file.
Defines | |
#define | D(x) |
#define | TRANSMSGCOUNT 256 |
Functions | |
DWORD WINAPI | ImmProcessKey (HWND hWnd, HKL hkl, UINT uVKey, LPARAM lParam, DWORD dwHotKeyID) |
BOOL | ImmTranslateMessage (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
VOID | ImmPostMessages (HWND hWnd, HIMC hImc, INT iNum, PTRANSMSG pTransMsg) |
UINT | WINNLSTranslateMessage (INT iNum, PTRANSMSG pTransMsg, HIMC hImc, BOOL fAnsi, DWORD dwLangId) |
|
Definition at line 18 of file ntuser/imm/input.c. |
|
Definition at line 186 of file ntuser/imm/input.c. Referenced by ImmTranslateMessage(). |
|
Definition at line 408 of file ntuser/imm/input.c. References BOOL, DWORD, GetClientInfo, hWnd, IMCF_UNICODE, ImmLocalAlloc(), ImmLocalFree, ImmLockClientImc(), ImmUnlockClientImc(), INT, NULL, TestICF, TransGetLevel(), VER40, and WINNLSTranslateMessage(). Referenced by ImmTranslateMessage().
|
|
Definition at line 30 of file ntuser/imm/input.c. References BYTE, DWORD, FALSE, GetKeyboardState, HotKeyIDDispatcher(), hWnd, tagIMEDPI::ImeInfo, tagIMEDPI::_tagImeFunctions::ImeProcessKey, ImmAssert, ImmGetAppCompatFlags(), ImmGetContext(), ImmLocalAlloc(), ImmLocalFree, ImmLockIMC(), ImmLockImeDpi(), ImmReleaseContext(), ImmTranslateMessage(), ImmUnlockIMC(), ImmUnlockImeDpi(), IPHK_HOTKEY, IPHK_PROCESSBYIME, NULL, PBYTE, tagIMEDPI::pfn, TRUE, and UINT. Referenced by ImmCallImeConsoleIME().
|
|
Definition at line 196 of file ntuser/imm/input.c. References BOOL, BYTE, DWORD, FALSE, GetKeyboardLayout(), GetKeyboardState, GetWindowThreadProcessId(), tagIMEDPI::ImeInfo, tagIMEDPI::_tagImeFunctions::ImeToAsciiEx, ImmAssert, ImmGetContext(), ImmLocalAlloc(), ImmLocalFree, ImmLockIMC(), ImmLockIMCC(), ImmLockImeDpi(), ImmPostMessages(), ImmReleaseContext(), ImmUnlockIMC(), ImmUnlockIMCC(), ImmUnlockImeDpi(), INT, NULL, PBYTE, tagIMEDPI::pfn, ToAsciiEx(), ToUnicode(), TRANSMSGCOUNT, TRUE, and UINT. Referenced by CharHandlerFromConsole(), and ImmProcessKey().
|
|
Definition at line 478 of file ntuser/imm/input.c. References ImmLockIMC(), ImmLockIMCC(), ImmUnlockIMC(), ImmUnlockIMCC(), NULL, UINT, WINNLSTranslateMessageJ(), and WINNLSTranslateMessageK(). Referenced by ImmGenerateMessage(), and ImmPostMessages().
|