ReactOS 0.4.15-dev-5672-gf73ac17
|
#include <win32k.h>
Go to the source code of this file.
Classes | |
struct | tagIMEHOTKEY |
Typedefs | |
typedef struct tagIMEHOTKEY | IMEHOTKEY |
typedef struct tagIMEHOTKEY * | PIMEHOTKEY |
Variables | |
HIMC | ghIMC = NULL |
BOOL | gfImeOpen = (BOOL)-1 |
DWORD | gdwImeConversion = (DWORD)-1 |
BOOL | gfIMEShowStatus = (BOOL)-1 |
PIMEHOTKEY | gpImeHotKeyList = NULL |
LCID | glcidSystem = 0 |
#define IME_CHOTKEY 0x10 |
#define IME_JHOTKEY 0x30 |
#define IME_KHOTKEY 0x50 |
#define IME_THOTKEY 0x70 |
#define IME_XHOTKEY 0x90 |
#define LANGID_CHINESE_SIMPLIFIED MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED) |
#define LANGID_CHINESE_TRADITIONAL MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL) |
#define LANGID_JAPANESE MAKELANGID(LANG_JAPANESE, SUBLANG_DEFAULT) |
#define LANGID_KOREAN MAKELANGID(LANG_KOREAN, SUBLANG_KOREAN) |
#define LANGID_NEUTRAL MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL) |
typedef struct tagIMEHOTKEY IMEHOTKEY |
typedef struct tagIMEHOTKEY * PIMEHOTKEY |
PVOID AllocInputContextObject | ( | PDESKTOP | pDesk, |
PTHREADINFO | pti, | ||
SIZE_T | Size, | ||
PVOID * | HandleOwner | ||
) |
Definition at line 1435 of file ime.c.
Definition at line 1964 of file ime.c.
Referenced by co_UserCreateWindowEx().
DBG_DEFAULT_CHANNEL | ( | UserMisc | ) |
|
static |
Definition at line 139 of file ime.c.
Referenced by IntSetImeHotKey().
Definition at line 511 of file ime.c.
Referenced by IntAssociateInputContextEx(), and IntDestroyInputContext().
Definition at line 1643 of file ime.c.
Referenced by NtUserAssociateInputContext().
Definition at line 2388 of file ime.c.
Referenced by NtUserCallHwndParamLock().
PIMEHOTKEY IntCheckImeHotKey | ( | PUSER_MESSAGE_QUEUE | MessageQueue, |
UINT | uVirtualKey, | ||
LPARAM | lParam | ||
) |
Definition at line 289 of file ime.c.
Referenced by IntImmProcessKey(), and NtUserCheckImeHotKey().
BOOL FASTCALL IntCheckImeShowStatus | ( | PWND | pwndIme, |
PTHREADINFO | pti | ||
) |
Definition at line 2136 of file ime.c.
Referenced by IntCheckImeShowStatusInThread(), and IntNotifyImeShowStatus().
Definition at line 2399 of file ime.c.
Referenced by NtUserCallHwndLock().
|
static |
Definition at line 204 of file ime.c.
Referenced by IntSetImeHotKey().
Definition at line 1503 of file ime.c.
Referenced by NtUserDestroyInputContext().
Definition at line 1848 of file ime.c.
Referenced by IntImeCanDestroyDefIMEforChild().
Definition at line 340 of file ime.c.
Referenced by IntSetImeHotKey(), and UserProcessDestroy().
Definition at line 98 of file ime.c.
Referenced by IntGetImeHotKeyByKey().
DWORD FASTCALL IntGetImeCompatFlags | ( | PTHREADINFO | pti | ) |
Definition at line 59 of file ime.c.
Referenced by IntImmProcessKey().
|
static |
Definition at line 160 of file ime.c.
Referenced by IntSetImeHotKey(), and NtUserGetImeHotKey().
PIMEHOTKEY IntGetImeHotKeyByKey | ( | PIMEHOTKEY | pList, |
UINT | uModKeys, | ||
UINT | uLeftRight, | ||
UINT | uVirtualKey | ||
) |
Definition at line 228 of file ime.c.
Referenced by IntCheckImeHotKey().
|
static |
Definition at line 173 of file ime.c.
Referenced by IntSetImeHotKey().
Definition at line 113 of file ime.c.
Referenced by IntGetImeHotKeyByKey(), IntGetImeHotKeyByKeyAndLang(), and IntSetImeHotKey().
Definition at line 68 of file ime.c.
Referenced by IntGetImeHotKeyByKey().
Definition at line 1226 of file ime.c.
Referenced by IntImeSetTopMost().
Definition at line 499 of file ime.c.
Referenced by NtUserSetImeOwnerWindow().
Definition at line 2072 of file ime.c.
Referenced by co_UserDestroyWindow().
Definition at line 2027 of file ime.c.
Referenced by co_UserDestroyWindow().
Definition at line 1353 of file ime.c.
Referenced by IntImeCanDestroyDefIME(), and NtUserSetImeOwnerWindow().
Definition at line 1169 of file ime.c.
Referenced by IntImeCanDestroyDefIME(), and NtUserSetImeOwnerWindow().
Definition at line 1263 of file ime.c.
Referenced by IntImeCheckTopmost().
UINT FASTCALL IntImmProcessKey | ( | PUSER_MESSAGE_QUEUE | MessageQueue, |
PWND | pWnd, | ||
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 582 of file ime.c.
Referenced by co_IntProcessKeyboardMessage().
Definition at line 2331 of file ime.c.
Referenced by IntBroadcastImeShowStatusChange().
LRESULT FASTCALL IntSendMessageToUI | ( | PTHREADINFO | ptiIME, |
PIMEUI | pimeui, | ||
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 2232 of file ime.c.
Referenced by IntSendOpenStatusNotify().
Definition at line 2311 of file ime.c.
Referenced by IntNotifyImeShowStatus().
|
static |
Definition at line 353 of file ime.c.
Referenced by NtUserSetImeHotKey().
Definition at line 1924 of file ime.c.
Referenced by co_UserCreateWindowEx().
Definition at line 1709 of file ime.c.
Referenced by ImmAssociateContext(), and ImmAssociateContextEx().
NTSTATUS NTAPI NtUserBuildHimcList | ( | DWORD | dwThreadId, |
DWORD | dwCount, | ||
HIMC * | phList, | ||
LPDWORD | pdwCount | ||
) |
Definition at line 702 of file ime.c.
Referenced by Imm32BuildHimcList().
Definition at line 479 of file ime.c.
Definition at line 1613 of file ime.c.
Referenced by ImmCreateContext().
Definition at line 1542 of file ime.c.
Referenced by Imm32DestroyInputContext().
Definition at line 863 of file ime.c.
Referenced by ImmDisableIME().
Definition at line 932 of file ime.c.
Referenced by ImmGenerateMessage(), and ImmPostMessages().
BOOL NTAPI NtUserGetImeHotKey | ( | DWORD | dwHotKeyId, |
LPUINT | lpuModifiers, | ||
LPUINT | lpuVirtualKey, | ||
LPHKL | lphKL | ||
) |
Definition at line 420 of file ime.c.
Referenced by CliSetDefaultImeHotKeys(), and ImmGetHotKey().
BOOL NTAPI NtUserGetImeInfoEx | ( | PIMEINFOEX | pImeInfoEx, |
IMEINFOEXCLASS | SearchType | ||
) |
Definition at line 1019 of file ime.c.
Referenced by ImmGetImeInfoEx().
Definition at line 814 of file ime.c.
Referenced by ImeWnd_OnImeNotify(), Imm32SendNotificationProc(), ImmSetActiveContext(), ImmSetConversionStatus(), and ImmSetOpenStatus().
Definition at line 1798 of file ime.c.
Referenced by CtfImmGetGuidAtom(), CtfImmIsGuidMapEnable(), Imm32CheckImcProcess(), Imm32GetImeMenuItemWInterProcess(), Imm32InternalLockIMC(), Imm32IsCrossThreadAccess(), Imm32MakeIMENotify(), ImmGetImeMenuItemsAW(), and ImmSetCompositionStringAW().
Definition at line 1068 of file ime.c.
BOOL NTAPI NtUserSetImeHotKey | ( | DWORD | dwHotKeyId, |
UINT | uModifiers, | ||
UINT | uVirtualKey, | ||
HKL | hKL, | ||
DWORD | dwAction | ||
) |
Definition at line 463 of file ime.c.
Referenced by CliImmInitializeHotKeys(), and CliImmSetHotKeyWorker().
BOOL NTAPI NtUserSetImeInfoEx | ( | PIMEINFOEX | pImeInfoEx | ) |
Definition at line 1134 of file ime.c.
Referenced by Imm32LoadIME().
Definition at line 1369 of file ime.c.
Referenced by ImeWnd_OnImeSetContext().
Definition at line 520 of file ime.c.
Referenced by ImmActivateLayout().
Definition at line 1769 of file ime.c.
Referenced by ImmLockClientImc(), and User32SetImeWindowOfImc().
DWORD FASTCALL UserBuildHimcList | ( | PTHREADINFO | pti, |
DWORD | dwCount, | ||
HIMC * | phList | ||
) |
Definition at line 548 of file ime.c.
Referenced by NtUserBuildHimcList().
Definition at line 1565 of file ime.c.
Referenced by co_IntCreateDefaultImeWindow(), InitThreadCallback(), and NtUserCreateInputContext().
Definition at line 1464 of file ime.c.
BOOL FASTCALL UserGetImeInfoEx | ( | _Inout_ PWINSTATION_OBJECT | pWinSta, |
_Inout_ PIMEINFOEX | pInfoEx, | ||
_In_ IMEINFOEXCLASS | SearchType | ||
) |
Definition at line 962 of file ime.c.
Referenced by NtUserGetImeInfoEx().
|
static |
Definition at line 755 of file ime.c.
Referenced by NtUserNotifyIMEStatus().
BOOL FASTCALL UserSetImeInfoEx | ( | _Inout_ PWINSTATION_OBJECT | pWinSta, |
_Inout_ PIMEINFOEX | pImeInfoEx | ||
) |
Definition at line 1098 of file ime.c.
Referenced by NtUserSetImeInfoEx().
Definition at line 1736 of file ime.c.
Referenced by NtUserUpdateInputContext().
Definition at line 43 of file ime.c.
Referenced by NtUserNotifyIMEStatus().
Definition at line 42 of file ime.c.
Referenced by NtUserNotifyIMEStatus().
Definition at line 44 of file ime.c.
Referenced by IntBroadcastImeShowStatusChange(), IntNotifyImeShowStatus(), and NtUserCallNoParam().
Definition at line 41 of file ime.c.
Referenced by NtUserNotifyIMEStatus().
LCID glcidSystem = 0 |
Definition at line 56 of file ime.c.
Referenced by IntGetImeHotKeyLanguageScore().
PIMEHOTKEY gpImeHotKeyList = NULL |
Definition at line 55 of file ime.c.
Referenced by IntCheckImeHotKey(), IntFreeImeHotKeys(), IntSetImeHotKey(), and NtUserGetImeHotKey().