Print Processor Design and Implementation Notes

Function declarations and structure definitions can be found in winsplp.h.

Print processors must implement and export the following functions:

Function Meaning
EnumPrintProcessorDatatypes Enumerates the data types supported by a print processor.
OpenPrintProcessor Opens the print processor for printing.
PrintDocumentOnPrintProcessor Prints a document on the print processor.
ControlPrintProcessor Provides control over printing a document.
ClosePrintProcessor Closes the print processor.

See the Graphics Driver Reference for details.