ReactOS 0.4.15-dev-5664-g3bf4ef6
|
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 766 of file kbdlayout.c.
Referenced by NtUserActivateKeyboardLayout().
|
static |
Definition at line 790 of file kbdlayout.c.
Referenced by IntUnloadKeyboardLayout().
|
static |
Definition at line 604 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx().
HKL APIENTRY co_UserActivateKeyboardLayout | ( | _Inout_ PKL | pKL, |
_In_ ULONG | uFlags, | ||
_Inout_ PWND | pWnd | ||
) |
Definition at line 661 of file kbdlayout.c.
Referenced by co_IntActivateKeyboardLayout(), and co_IntUnloadKeyboardLayoutEx().
PIMEINFOEX FASTCALL co_UserImmLoadLayout | ( | _In_ HKL | hKL | ) |
Definition at line 1013 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx().
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 635 of file kbdlayout.c.
Referenced by co_UserActivateKeyboardLayout().
Definition at line 561 of file kbdlayout.c.
Referenced by co_IntActivateKeyboardLayout(), and UserSetDefaultInputLang().
|
static |
Definition at line 838 of file kbdlayout.c.
Referenced by NtUserUnloadKeyboardLayout().
Definition at line 1154 of file kbdlayout.c.
Referenced by User32DefWindowProc().
Definition at line 900 of file kbdlayout.c.
Referenced by CliImmInitializeHotKeys().
BOOL APIENTRY NtUserGetKeyboardLayoutName | ( | _Inout_ PUNICODE_STRING | pustrName | ) |
Definition at line 954 of file kbdlayout.c.
Referenced by GetKeyboardLayoutNameW(), and START_TEST().
HKL APIENTRY NtUserLoadKeyboardLayoutEx | ( | IN HANDLE | Handle, |
IN DWORD | offTable, | ||
IN PUNICODE_STRING | puszKeyboardName, | ||
IN HKL | hklUnload, | ||
IN PUNICODE_STRING | pustrKLID, | ||
IN DWORD | hkl, | ||
IN UINT | Flags | ||
) |
Definition at line 1043 of file kbdlayout.c.
Referenced by IntLoadKeyboardLayout().
Definition at line 1179 of file kbdlayout.c.
Referenced by UnloadKeyboardLayout().
Definition at line 446 of file kbdlayout.c.
Referenced by UserUnloadKbl().
Definition at line 857 of file kbdlayout.c.
Referenced by IntGetActiveKeyboardLayout(), and NtUserCallOneParam().
Definition at line 541 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx(), 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 UserLoadKbdLayout().
|
static |
Definition at line 377 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx().
Definition at line 586 of file kbdlayout.c.
Referenced by SpiGetSet().
Definition at line 473 of file kbdlayout.c.
Referenced by NtUserLoadKeyboardLayoutEx().
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_IntUnloadKeyboardLayoutEx(), IntGetKeyboardLayoutList(), IntReorderKeyboardLayouts(), NtUserLoadKeyboardLayoutEx(), SpiGetSet(), UserGetImeInfoEx(), UserHklToKbl(), UserSetImeInfoEx(), UserUnloadKbl(), and W32kGetDefaultKeyLayout().
UINT gSystemCPCharSet = 0 |
Definition at line 25 of file kbdlayout.c.
Referenced by UserLoadKbdLayout().
DWORD gSystemFS = 0 |
Definition at line 24 of file kbdlayout.c.
Referenced by co_IntProcessKeyboardMessage(), IntImmProcessKey(), and UserLoadKbdLayout().