June 2001
Intermediate to advanced
706 pages
24h 10m
English
KBDLLHOOKSTRUCT
Contains information used by
the WH_KEYBOARD_LL hook:
Private Type KBDLLHOOKSTRUCT vkCode as Long scanCode as Long flags as Long time as Long dwExtraInfo as Long End Type
vkCode
The virtual key code.
scanCode
The scan code.
flags
This member contains flags for the key pressed. The flags include extended key, injected message, context code, and transition state.
time
The time this message was posted.
dwExtraInfo
A pointer to extra developer-defined information.
Read now
Unlock full access