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