CPrintJob::Start
virtual boolCPrintJob::Start(IPrintable*pIPrintable, CPrintDoc*pPrintDoc)
To begin the print process, invoke the Start method passing in a pointer to the current printable object and a CPrintDoc instance initialized with the printer configuration.
Defined in: PrintJob.h
Return Value
If the printing is successful, returns true; else false.
Parameters
pIPrintable
An IPrintable interface pointer to the current printable object.
pPrintDoc
A pointer to a CPrintDoc object that has been initialized with the printer configuration.