Share via


Printing Functions

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

Reference

Printing Reference

Other Resources