EPrintXPSJobProgress - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winspool.h

typedef enum {
  kAddingDocumentSequence,
  kDocumentSequenceAdded,
  kAddingFixedDocument,
  kFixedDocumentAdded,
  kAddingFixedPage,
  kFixedPageAdded,
  kResourceAdded,
  kFontAdded,
  kImageAdded,
  kXpsDocumentCommitted
} EPrintXPSJobProgress;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-winspool-eprintxpsjobprogress)

Description

This topic describes the EPrintXPSJobProgress enumeration.

Constants

kAddingDocumentSequence

Defines the kAddingDocumentSequence constant.

kDocumentSequenceAdded

Defines the kDocumentSequenceAdded constant.

kAddingFixedDocument

Defines the kAddingFixedDocument constant.

kFixedDocumentAdded

Defines the kFixedDocumentAdded constant.

kAddingFixedPage

Defines the kAddingFixedPage constant.

kFixedPageAdded

Defines the kFixedPageAdded constant.

kResourceAdded

Defines the kResourceAdded constant.

kFontAdded

Defines the kFontAdded constant.

kImageAdded

Defines the kImageAdded constant.

kXpsDocumentCommitted

Defines the kXpsDocumentCommitted constant.

Remarks

See also