Jump to content

PRTJOB

From EDM2
Revision as of 09:23, 5 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;