ReactOS 0.4.16-dev-736-g28b802b
|
#include <input.h>
Public Attributes | |
HEAD | head |
struct tagKL * | pklNext |
struct tagKL * | pklPrev |
DWORD | dwKL_Flags |
HKL | hkl |
PKBDFILE | spkf |
DWORD | dwFontSigs |
UINT | iBaseCharset |
USHORT | CodePage |
WCHAR | wchDiacritic |
PIMEINFOEX | piiex |
USHORT tagKL::CodePage |
Definition at line 36 of file input.h.
Referenced by co_IntSetKeyboardLayoutForProcess(), co_UserLoadKbdLayout(), and InitThreadCallback().
DWORD tagKL::dwFontSigs |
Definition at line 34 of file input.h.
Referenced by co_UserLoadKbdLayout(), IntImmProcessKey(), and IntLanguageToggle().
DWORD tagKL::dwKL_Flags |
Definition at line 31 of file input.h.
Referenced by co_IntLoadKeyboardLayoutEx(), IntGetKeyboardLayoutList(), IntHKLtoPKL(), UserUnloadKbl(), and W32kGetDefaultKeyLayout().
HEAD tagKL::head |
Definition at line 28 of file input.h.
Referenced by UserUnloadKbl().
HKL tagKL::hkl |
Definition at line 32 of file input.h.
Referenced by co_IntSetKeyboardLayoutForProcess(), co_UserActivateKeyboardLayout(), co_UserLoadKbdLayout(), InitThreadCallback(), IntGetKeyboardLayoutList(), IntHKLtoPKL(), IntImmProcessKey(), IntLanguageToggle(), IntTranslateKbdMessage(), NtUserGetKeyboardLayoutName(), NtUserSetThreadLayoutHandles(), SpiGetSet(), UserGetImeInfoEx(), UserGetKeyboardLayout(), UserHklToKbl(), and UserSetImeInfoEx().
UINT tagKL::iBaseCharset |
Definition at line 35 of file input.h.
Referenced by co_UserLoadKbdLayout().
PIMEINFOEX tagKL::piiex |
Definition at line 38 of file input.h.
Referenced by co_IntLoadKeyboardLayoutEx(), IntImmProcessKey(), UserGetImeInfoEx(), UserSetImeInfoEx(), and UserUnloadKbl().
Definition at line 29 of file input.h.
Referenced by co_IntLoadKeyboardLayoutEx(), co_IntUnloadKeyboardLayoutEx(), IntGetKeyboardLayoutList(), IntHKLtoPKL(), UserGetImeInfoEx(), UserHklToKbl(), UserSetImeInfoEx(), and UserUnloadKbl().
Definition at line 30 of file input.h.
Referenced by co_IntLoadKeyboardLayoutEx(), IntHKLtoPKL(), IntReorderKeyboardLayouts(), UserUnloadKbl(), and W32kGetDefaultKeyLayout().
PKBDFILE tagKL::spkf |
Definition at line 33 of file input.h.
Referenced by co_UserLoadKbdLayout(), IntTranslateKbdMessage(), NtUserGetKeyboardLayoutName(), NtUserMapVirtualKeyEx(), NtUserToUnicodeEx(), NtUserVkKeyScanEx(), UserProcessKeyboardInput(), UserSendKeyboardInput(), and UserUnloadKbl().