|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winuser.h>
Public Attributes | |
| DWORD | vkCode |
| DWORD | scanCode |
| DWORD | flags |
| DWORD | time |
| ULONG_PTR | dwExtraInfo |
| ULONG_PTR tagKBDLLHOOKSTRUCT::dwExtraInfo |
Definition at line 3914 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), and hook_proc().
| DWORD tagKBDLLHOOKSTRUCT::flags |
Definition at line 3912 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), hook_proc(), KeyboardHookProc(), and LowLevelKeyboardProc().
| DWORD tagKBDLLHOOKSTRUCT::scanCode |
Definition at line 3911 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), and hook_proc().
| DWORD tagKBDLLHOOKSTRUCT::time |
Definition at line 3913 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook().
| DWORD tagKBDLLHOOKSTRUCT::vkCode |
Definition at line 3910 of file winuser.h.
Referenced by co_CallLowLevelKeyboardHook(), hook_proc(), and KeyboardHookProc().