Name

Public Const WM_SYSKEYUP = &H105

Synopsis

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:

0-15

Number of times the key is repeated

16-23

Scan code

24

Indicates if the key pressed is an extended key

25-28

Reserved

29

Always 0 for WM_SYSKEYUP messages

30

Always 1 for WM_SYSKEYUP messages

31

Always 1 for WM_SYSKEYUP messages

Description

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).

Return Value

0 only if the application processes this message.

Get Subclassing and Hooking with Visual Basic now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.