ReactOS 0.4.15-dev-8061-g57b775e
tagKBDLLHOOKSTRUCT Struct Reference

#include <winuser.h>

Public Attributes

DWORD vkCode
 
DWORD scanCode
 
DWORD flags
 
DWORD time
 
ULONG_PTR dwExtraInfo
 

Detailed Description

Definition at line 3807 of file winuser.h.

Member Data Documentation

◆ dwExtraInfo

ULONG_PTR tagKBDLLHOOKSTRUCT::dwExtraInfo

Definition at line 3812 of file winuser.h.

Referenced by co_CallLowLevelKeyboardHook(), and hook_proc().

◆ flags

DWORD tagKBDLLHOOKSTRUCT::flags

◆ scanCode

DWORD tagKBDLLHOOKSTRUCT::scanCode

Definition at line 3809 of file winuser.h.

Referenced by co_CallLowLevelKeyboardHook(), and hook_proc().

◆ time

DWORD tagKBDLLHOOKSTRUCT::time

Definition at line 3811 of file winuser.h.

Referenced by co_CallLowLevelKeyboardHook().

◆ vkCode

DWORD tagKBDLLHOOKSTRUCT::vkCode

Definition at line 3808 of file winuser.h.

Referenced by co_CallLowLevelKeyboardHook(), hook_proc(), and KeyboardHookProc().


The documentation for this struct was generated from the following file: