Reports that the user clicked the mouse on the document.
#include <kvvapi.h> VAPINM_USERCLICK = uMsg; BOOL bDoubleClick = (BOOL) wParam; long lLogicalAddress = (long) lParam;
Argument |
Description |
---|---|
|
A flag that is |
|
A long integer that is the logical address of the mouse click. |
None
You can use the positional information to insert an annotation. This message is generated by a WM_LBUTTONDOWN
or WM_LBUTTONDBLCLK
.
VAPINM_SELECTION
message to be sent.
|