Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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 SetAbortProcfunction.

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

Reference

Printing Reference

Other Resources