VAPIMWP_PRINT_PRINTTOPD
Sets the standard Windows print options for printing files. This is a parameter of the VAPIM_PRINT
message.
Syntax
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_PRINTTOPD, (LPARAM) (PRINTDLG*) lpPD );
Arguments
Argument | Description |
---|---|
hWndVAPI
|
The handle of the VAPI window. |
lpPD
|
A pointer to a Windows PRINTDLG structure. |
Returns
SendMessage()
returns TRUE
if the call succeeds; otherwise it returns FALSE
.