June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_SYSKEYUP = &H105
wParam
Contains the virtual key code of the key released.
lParam
Contains bit flags for the key released. The bit flags are defined as follows:
Number of times the key is repeated
Scan code
Indicates if the key pressed is an extended key
Reserved
Always 0 for WM_SYSKEYUP messages
Always 1 for WM_SYSKEYUP messages
Always 1 for WM_SYSKEYUP messages
Posted to a window to indicate that a system key was released (a system key is the F10 key or one that is pressed while the ALT key is being pressed).
0 only if the application processes this message.
Read now
Unlock full access