This structure defines the parameters used by the VAPIM_ANNOTATE message.
#include <kvvapi.h> typedef struct tag_TPVAPIAnnotation { long position; ENVAPIAnnotationType type; HBITMAP hBitmap; Int cbText; COLORREF color; HCURSOR hCursor; } TPVAPIAnnotation;
|