Jump to content

PRTCONTROLJOB

From EDM2
Revision as of 17:59, 13 February 2020 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 _PRTCONTROLJOB {
  ULONG     interpreterID;   /* Identifier of the interpreter that is processing this job. */
  ULONG     ulPrinterJobID;  /* Printer job identifier. */
  ULONG     ulSpoolerJobID;  /* Spooler job identifier. */
} PRTCONTROLJOB;

typedef PRTCONTROLJOB *PPRTCONTROLJOB;