June 2001
Intermediate to advanced
706 pages
24h 10m
English
Public Const WM_XBUTTONDBLCLK = &H20D
wParam
The low-order word contains the virtual keys pressed when this message is posted; it can be one or more of the following, defined in Appendix C:
MK_CONTROL
|
MK_LBUTTON
|
MK_RBUTTON
|
MK_MBUTTON
|
MK_SHIFT
|
MK_XBUTTON1
|
MK_XBUTTON2
|
The high-order word contains the x-button that was double-clicked; it can be one of the following, defined in Appendix C:
XBUTTON1
|
XBUTTON2
|
lParam
The low-order word contains the x-coordinate of the mouse pointer; the high-order word contains the y-coordinate of the mouse pointer.
Posted to the window over which the mouse’s x-button is double-clicked.
0 only if the application processes this message.
Read now
Unlock full access