Printing Functions (Windows CE 5.0)
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