Platform SDK: Windows GDI

JOB_INFO_3

The JOB_INFO_3 structure is used to link together a set of print jobs.

typedef struct _JOB_INFO_3 { 
  DWORD      JobId; 
  DWORD      JobIdNextJob; 
  DWORD      Reserved; 
} JOB_INFO_3, *PJOB_INFO_3; 

Members

JobId
Print job identifer.
JobIdNextJob
Print job identifier for the next print job in the linked set of print jobs.
Reserved
This value is reserved for future use. You must set it to zero.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Winspool.h; include Windows.h.

See Also

Printing and Print Spooler Overview, Printing and Print Spooler Structures, EnumJobs, GetJob, SetJob