June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_KEYUP = &H101
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_KEYUP messages
Always 1 for WM_KEYUP messages
Always 1 for WM_KEYUP messages
Posted to a window to indicate that a nonsystem key was pressed (a nonsystem key is one that is pressed while the ALT key is not being pressed).
0 only if the application processes this message.
Read now
Unlock full access