<div class="content"><p>The <b>JOB_INFO_3</b> structure provides information about a
<a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_12a6e569-e97c-4761-92f0-e397f8d5125f" data-linktype="relative-path">print job</a>.<a id="Appendix_A_Target_46"></a><a aria-label="Product behavior note 46" href="e81cbc09-ab05-4a32-ae4a-8ec57b436c43#Appendix_A_46" data-linktype="relative-path">&lt;46&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _JOB_INFO_3 {
   DWORD JobId;
   DWORD NextJobId;
   DWORD Reserved;
 } JOB_INFO_3;
</pre></div>
</dd></dl><p><b>NextJobId:</b> An identifier that specifies
the print job in the queue following the job identified by the <b>JobId</b>
member. A value of zero indicates that there are no jobs following the job
identified by the <b>JobId</b> member.</p><p>When used as input to <a href="f978bd2c-e99a-43ff-ba08-02e892948dac" data-linktype="relative-path">RpcSetJob (section 3.1.4.3.1)</a>
to alter the order of print jobs and link them together, <b>JobId</b> and <b>NextJobId</b>
MUST be nonzero and SHOULD be obtained through <a href="0c77f1ff-0827-4f4d-a06d-5a3d802ffc0c" data-linktype="relative-path">RpcEnumJobs (section 3.1.4.3.3)</a>
or <a href="f7090127-287b-4aa7-ba8b-2b6b7247dfc6" data-linktype="relative-path">RpcGetJob (section 3.1.4.3.2)</a>.</p><p>All members not defined in this section are specified in
sections <a href="94d1857e-c444-49b1-8fb4-83eac6696060" data-linktype="relative-path">2.2.1.3.3</a> and <a href="964b517f-6730-4b4a-99ed-ee9648e7f1f7" data-linktype="relative-path">2.2.1.3</a>.</p></div>