|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include <winuser.h>
Public Attributes | |
| DWORD | vkCode |
| DWORD | scanCode |
| DWORD | flags |
| DWORD | time |
| ULONG_PTR | dwExtraInfo |
| ULONG_PTR tagKBDLLHOOKSTRUCT::dwExtraInfo |
Definition at line 3920 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), and ll_hook_kbd_proc().
| DWORD tagKBDLLHOOKSTRUCT::flags |
Definition at line 3918 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), KeyboardHookProc(), ll_hook_kbd_proc(), and LowLevelKeyboardProc().
| DWORD tagKBDLLHOOKSTRUCT::scanCode |
Definition at line 3917 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), and ll_hook_kbd_proc().
| DWORD tagKBDLLHOOKSTRUCT::time |
Definition at line 3919 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook().
| DWORD tagKBDLLHOOKSTRUCT::vkCode |
Definition at line 3916 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), KeyboardHookProc(), and ll_hook_kbd_proc().