EXpsJobConsumption - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-filterpipeline-__midl___midl_itf_filterpipeline_0000_0000_0003)

__MIDL___MIDL_itf_filterpipeline_0000_0000_0003 enumeration

Description

The EXpsJobConsumption enumeration describes job consumption updates.

Constants

XpsJob_DocumentSequenceAdded

A document sequence is added to the job.

XpsJob_FixedDocumentAdded

A fixed document is added to the job.

XpsJob_FixedPageAdded

A fixed page is added to the job.

Remarks

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.