// winspool.h
typedef enum {
kAddingDocumentSequence,
kDocumentSequenceAdded,
kAddingFixedDocument,
kFixedDocumentAdded,
kAddingFixedPage,
kFixedPageAdded,
kResourceAdded,
kFontAdded,
kImageAdded,
kXpsDocumentCommitted
} EPrintXPSJobProgress;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the EPrintXPSJobProgress enumeration.
kAddingDocumentSequenceDefines the kAddingDocumentSequence constant.
kDocumentSequenceAddedDefines the kDocumentSequenceAdded constant.
kAddingFixedDocumentDefines the kAddingFixedDocument constant.
kFixedDocumentAddedDefines the kFixedDocumentAdded constant.
kAddingFixedPageDefines the kAddingFixedPage constant.
kFixedPageAddedDefines the kFixedPageAdded constant.
kResourceAddedDefines the kResourceAdded constant.
kFontAddedDefines the kFontAdded constant.
kImageAddedDefines the kImageAdded constant.
kXpsDocumentCommittedDefines the kXpsDocumentCommitted constant.