ReactOS 0.4.15-dev-6052-g2626c72
|
Go to the source code of this file.
Macros | |
#define | CP_ACP 0 |
Typedefs | |
typedef PVOID(* | PFN_KBDLAYERDESCRIPTOR) (VOID) |
Variables | |
PKL | gspklBaseLayout = NULL |
PKBDFILE | gpkfList = NULL |
DWORD | gSystemFS = 0 |
UINT | gSystemCPCharSet = 0 |
DWORD | gLCIDSentToShell = 0 |
#define CP_ACP 0 |
Definition at line 18 of file kbdlayout.c.
Definition at line 28 of file kbdlayout.c.
HKL APIENTRY co_IntActivateKeyboardLayout | ( | _Inout_ PWINSTATION_OBJECT | pWinSta, |
_In_ HKL | hKL, | ||
_In_ ULONG | uFlags, | ||
_Inout_ PWND | pWnd | ||
) |
Definition at line 818 of file kbdlayout.c.
Referenced by NtUserActivateKeyboardLayout().
HKL APIENTRY co_IntLoadKeyboardLayoutEx | ( | IN OUT PWINSTATION_OBJECT | pWinSta, |
IN HANDLE | hSafeFile, | ||
IN HKL | hOldKL, | ||
IN PUNICODE_STRING | puszSafeKLID, | ||
IN HKL | hNewKL, | ||
IN UINT | Flags | ||
) |
Definition at line 922 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx().
|
static |
Definition at line 670 of file kbdlayout.c.
Referenced by co_UserActivateKeyboardLayout().
|
static |
Definition at line 842 of file kbdlayout.c.
Referenced by IntUnloadKeyboardLayout().
|
static |
Definition at line 604 of file kbdlayout.c.
Referenced by co_IntLoadKeyboardLayoutEx().
HKL APIENTRY co_UserActivateKeyboardLayout | ( | _Inout_ PKL | pKL, |
_In_ ULONG | uFlags, | ||
_Inout_ PWND | pWnd | ||
) |
Definition at line 705 of file kbdlayout.c.
Referenced by co_IntActivateKeyboardLayout(), and co_IntUnloadKeyboardLayoutEx().
PIMEINFOEX FASTCALL co_UserImmLoadLayout | ( | _In_ HKL | hKL | ) |
Definition at line 901 of file kbdlayout.c.
Referenced by co_IntLoadKeyboardLayoutEx().
|
static |
Definition at line 377 of file kbdlayout.c.
Referenced by co_IntLoadKeyboardLayoutEx().
DBG_DEFAULT_CHANNEL | ( | UserKbdLayout | ) |
|
static |
Definition at line 98 of file kbdlayout.c.
Referenced by NtUserGetKeyboardLayoutList().
Definition at line 37 of file kbdlayout.c.
Referenced by co_IntActivateKeyboardLayout(), co_IntUnloadKeyboardLayoutEx(), and IntUnloadKeyboardLayout().
Definition at line 634 of file kbdlayout.c.
Referenced by co_IntSetKeyboardLayoutForProcess(), and co_UserActivateKeyboardLayout().
Definition at line 561 of file kbdlayout.c.
Referenced by co_IntActivateKeyboardLayout(), co_IntLoadKeyboardLayoutEx(), and UserSetDefaultInputLang().
|
static |
Definition at line 890 of file kbdlayout.c.
Referenced by NtUserUnloadKeyboardLayout().
Definition at line 1000 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx().
Definition at line 1263 of file kbdlayout.c.
Referenced by User32DefWindowProc().
Definition at line 1075 of file kbdlayout.c.
Referenced by CliImmInitializeHotKeys().
BOOL APIENTRY NtUserGetKeyboardLayoutName | ( | _Inout_ PUNICODE_STRING | pustrName | ) |
Definition at line 1129 of file kbdlayout.c.
Referenced by GetKeyboardLayoutNameW(), and START_TEST().
HKL NTAPI NtUserLoadKeyboardLayoutEx | ( | IN HANDLE | hFile, |
IN DWORD | offTable, | ||
IN PVOID | pTables, | ||
IN HKL | hOldKL, | ||
IN PUNICODE_STRING | puszKLID, | ||
IN DWORD | dwNewKL, | ||
IN UINT | Flags | ||
) |
Definition at line 1198 of file kbdlayout.c.
Referenced by IntLoadKeyboardLayout().
Definition at line 1288 of file kbdlayout.c.
Referenced by UnloadKeyboardLayout().
Definition at line 446 of file kbdlayout.c.
Referenced by UserUnloadKbl().
Definition at line 1032 of file kbdlayout.c.
Referenced by IntGetActiveKeyboardLayout(), and NtUserCallOneParam().
Definition at line 541 of file kbdlayout.c.
Referenced by co_IntLoadKeyboardLayoutEx(), NtUserMapVirtualKeyEx(), NtUserSetThreadLayoutHandles(), NtUserToUnicodeEx(), NtUserVkKeyScanEx(), and UserSetDefaultInputLang().
|
static |
Definition at line 250 of file kbdlayout.c.
Referenced by UserLoadKbdFile().
|
static |
Definition at line 298 of file kbdlayout.c.
Referenced by co_UserLoadKbdLayout().
Definition at line 586 of file kbdlayout.c.
Referenced by SpiGetSet().
Definition at line 473 of file kbdlayout.c.
Referenced by co_IntLoadKeyboardLayoutEx().
Definition at line 514 of file kbdlayout.c.
Referenced by InitThreadCallback(), IntTranslateKbdMessage(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
DWORD gLCIDSentToShell = 0 |
Definition at line 26 of file kbdlayout.c.
Referenced by co_IntUnloadKeyboardLayoutEx().
Definition at line 23 of file kbdlayout.c.
Referenced by UnloadKbdFile(), and UserLoadKbdFile().
Definition at line 22 of file kbdlayout.c.
Referenced by co_IntLoadKeyboardLayoutEx(), co_IntUnloadKeyboardLayoutEx(), IntGetKeyboardLayoutList(), IntReorderKeyboardLayouts(), SpiGetSet(), UserGetImeInfoEx(), UserHklToKbl(), UserSetImeInfoEx(), UserUnloadKbl(), and W32kGetDefaultKeyLayout().
UINT gSystemCPCharSet = 0 |
Definition at line 25 of file kbdlayout.c.
Referenced by co_UserLoadKbdLayout().
DWORD gSystemFS = 0 |
Definition at line 24 of file kbdlayout.c.
Referenced by co_IntProcessKeyboardMessage(), co_UserLoadKbdLayout(), and IntImmProcessKey().