JOB_INFO_3 structure

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

Syntax

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

Members

JobId

The print job identifier.

NextJobId

The 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

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Winspool.h (include Windows.h)

See also

Printing

Print Spooler API Structures

EnumJobs

GetJob

SetJob