JOB_INFO_3
[New
- Windows NT]
The JOB_INFO_3
structure is used to link together a set of print jobs.
typedef struct _JOB_INFO_3 { // ji2
DWORD JobId;
DWORD JobIdNextJob;
DWORD Reserved;
} JOB_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.
See Also