VAPIMWP_PRINT_SETPRINTNAME
Used in conjunction with VAPIMWP_PRINT_PRINTHEADER, this message replaces the default file name field of the print header with a specified string. This is a parameter of the VAPIM_PRINT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_SETPRINTNAME, (LPARAM) (char*) szPrintName );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
szPrintName
|
A string used to replace the file name field of the print header. |
Returns
SendMessage()
returns TRUE
if the call succeeds; otherwise it returns FALSE
.