// filterpipeline.h
typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0003 {
XpsJob_DocumentSequenceAdded,
XpsJob_FixedDocumentAdded,
XpsJob_FixedPageAdded
} EXpsJobConsumption;
View the official Windows Driver Kit DDI referenceNo description available.
The EXpsJobConsumption enumeration describes job consumption updates.
XpsJob_DocumentSequenceAddedA document sequence is added to the job.
XpsJob_FixedDocumentAddedA fixed document is added to the job.
XpsJob_FixedPageAddedA fixed page is added to the job.
A rendering filter uses the IPrintPipelineProgressReport interface to send updates to the pipeline.
Rendering filters convert XPS to the page description language (PDL).
A pipeline does not necessarily need one of the EXpsJobConsumption enumeration values.