Specifies whether a print header appears at the top of the printed output. The print header consists of a left-justified file name and a right-justified page number followed by the page-length on the next line.
You can change the file name value by using the VAPIMWP_PRINT_SETPRINTNAME message. This is a parameter of the VAPIM_PRINT
message.
#include <kvvapi.h&> SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_PRINTHEADER, (LPARAM) (BOOL) bPrintHeaders );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
If |
SendMessage()
returns TRUE
if the call succeeds.
|