VAPIMWP_PRINT_PRINTTOPRINTER

Prints the document to the specified printer. This is a parameter of the VAPIM_PRINT message.

Syntax

#include <kvvapi.h>
SendMessage(hWndVAPI, VAPIM_PRINT, VAPIMWP_PRINT_PRINTTOPRINTER,
           (LPARAM) (LPCSTR*) lpszPrinterDriver );

Arguments

Argument

Description

hWndVAPI

The handle of the VAPI window.

lpszPrinterDriver

A string in the operating system code page that is the name of the printer driver, or NULL for the default printer. This string must be of the form printername, printerdevice, printerport. For example:

\\Calculus\HP LaserJet IIISi,winspool,NE00:.

Returns

SendMessage() returns TRUE if the call succeeds; otherwise it returns FALSE.

Discussion