PRTCONTROLJOB: Difference between revisions
Appearance
Created page with "Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands. ==Example Code== <PRE> typedef struct _PRTCONTROLJOB { ULONG interpreterID; /* Identifier of the ..." |
(No difference)
|
Revision as of 17:39, 8 February 2020
Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands.
Example Code
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;