Jump to content

PRTJOB

From EDM2
Revision as of 18:46, 8 February 2020 by Martini (talk | contribs) (Created page with "Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands. ==Example Code== <PRE> typedef struct _PRTJOB { ULONG interpreterID; /* Identifier of the interp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands.

Example Code


typedef struct _PRTJOB {
  ULONG     interpreterID;   /*  Identifier of the interpreter that is processing this job. */
  ULONG     ulPrinterJobID;  /*  Printer job identifier. */
} PRTJOB;

typedef PRTJOB *PPRTJOB;