Reports an annotation hit when the user clicks on an annotation.
#include <kvvapi.h> VAPINM_ANNOTATION_HIT = 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 annotation. |
None
The logical address of the annotation is the same as that specified in the VAPIM_ANNOTATE
message.
|