June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_HOTKEY = &H312
wParam
Indicates the hot key ID that generated the message; can be one of the following, defined in Appendix C:
IDHOT_SNAPDESKTOP
|
IDHOT_SNAPWINDOW
|
lParam
The high-order word contains the hot key’s virtual key code. The low-order word indicates the keys pressed in combination with the hot key. It can be one of the following, defined in Appendix C:
MOD_ALT
|
MOD_CONTROL
|
MOD_SHIFT
|
MOD_WIN
|
Posted when a hot key is pressed.
0 only if the application processes this message.
Read now
Unlock full access