Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands.
typedef struct _PRTJOB {
ULONG interpreterID; /* Identifier of the interpreter that is processing this job. */
ULONG ulPrinterJobID; /* Printer job identifier. */
} PRTJOB;
typedef PRTJOB * PPRTJOB ;