|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <input.h>

Public Attributes | |
| HEAD | head |
| struct tagKBDFILE * | pkfNext |
| WCHAR | awchKF [20] |
| HANDLE | hBase |
| struct _KBDTABLES * | pKbdTbl |
| ULONG | Size |
| PKBDNLSLAYER | pKbdNlsTbl |
| WCHAR tagKBDFILE::awchKF[20] |
Definition at line 19 of file input.h.
Referenced by NtUserGetKeyboardLayoutName(), and UserLoadKbdFile().
| HANDLE tagKBDFILE::hBase |
Definition at line 20 of file input.h.
Referenced by UserLoadKbdFile().
| PKBDNLSLAYER tagKBDFILE::pKbdNlsTbl |
| struct _KBDTABLES* tagKBDFILE::pKbdTbl |
Definition at line 21 of file input.h.
Referenced by IntTranslateKbdMessage(), NtUserMapVirtualKeyEx(), NtUserToUnicodeEx(), NtUserVkKeyScanEx(), UserLoadKbdFile(), UserProcessKeyboardInput(), and UserSendKeyboardInput().
| struct tagKBDFILE* tagKBDFILE::pkfNext |
Definition at line 18 of file input.h.
Referenced by UnloadKbdFile(), and UserLoadKbdFile().