Specifies whether annotations are included in the printed output. To print a document, use either the VAPIMWP_PRINT_PRINT, or VAPIMWP_PRINT_PRINTTOPRINTER message. This is a parameter of the VAPIM_PRINT
message.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_ANNNOTATIONS, (LPARAM) (BOOL) bPrintAnnotations );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
If |
SendMessage()
returns TRUE
if the call succeeds.
|