<div class="content"><p>The <b>JOB_INFO_4</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_47"></a><a aria-label="Product behavior note 47" href="e81cbc09-ab05-4a32-ae4a-8ec57b436c43#Appendix_A_47" data-linktype="relative-path">&lt;47&gt;</a></p><dl>
<dd>
<div><pre> typedef struct _JOB_INFO_4 {
   DWORD JobId;
   [string] wchar_t* pPrinterName;
   [string] wchar_t* pMachineName;
   [string] wchar_t* pUserName;
   [string] wchar_t* pDocument;
   [string] wchar_t* pNotifyName;
   [string] wchar_t* pDatatype;
   [string] wchar_t* pPrintProcessor;
   [string] wchar_t* pParameters;
   [string] wchar_t* pDriverName;
   ULONG_PTR pDevMode;
   [string] wchar_t* pStatus;
   ULONG_PTR pSecurityDescriptor;
   DWORD Status;
   DWORD Priority;
   DWORD Position;
   DWORD StartTime;
   DWORD UntilTime;
   DWORD TotalPages;
   DWORD Size;
   SYSTEMTIME Submitted;
   DWORD Time;
   DWORD PagesPrinted;
   long SizeHigh;
 } JOB_INFO_4;
</pre></div>
</dd></dl><p><b>SizeHigh:</b> This member specifies the
high-order 32 bits of a 64-bit unsigned integer that specifies the size of the
job, in bytes.</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>