2.2.1.7.3 JOB_INFO_3

The JOB_INFO_3 structure provides information about a print job.<46>

 typedef struct _JOB_INFO_3 {
   DWORD JobId;
   DWORD NextJobId;
   DWORD Reserved;
 } JOB_INFO_3;

NextJobId: An identifier that specifies the print job in the queue following the job identified by the JobId member. A value of zero indicates that there are no jobs following the job identified by the JobId member.

When used as input to RpcSetJob (section 3.1.4.3.1) to alter the order of print jobs and link them together, JobId and NextJobId MUST be nonzero and SHOULD be obtained through RpcEnumJobs (section 3.1.4.3.3) or RpcGetJob (section 3.1.4.3.2).

All members not defined in this section are specified in sections 2.2.1.3.3 and 2.2.1.3.