Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the printing functions, with a description of the purpose of each.
Programming element | Description |
---|---|
AbortDoc | This function stops the current print job. |
AbortProc | This function is an application-defined callback function used with the SetAbortProc function. |
EndDoc | This function ends a print job. |
EndPage | This function informs the device that the application has finished writing to a page. |
SetAbortProc | This function sets the application-defined function that allows a print job to be canceled during printing. |
StartDoc | This function starts a print job. |
StartPage | This function prepares the printer driver to accept data. |
See Also
Printing Reference | Obtaining a Printer Device Context and Starting a Print Job
Send Feedback on this topic to the authors