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 ..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands. | Job structure used with the BIDI_Q_JOBID and BIDI_ENDJOB commands. | ||
<PRE> | <PRE> | ||
typedef struct _PRTCONTROLJOB { | typedef struct _PRTCONTROLJOB { | ||
ULONG interpreterID; /* | ULONG interpreterID; /* Identifier of the interpreter that is processing this job. */ | ||
ULONG ulPrinterJobID; /* | ULONG ulPrinterJobID; /* Printer job identifier. */ | ||
ULONG ulSpoolerJobID; /* | ULONG ulSpoolerJobID; /* Spooler job identifier. */ | ||
} PRTCONTROLJOB; | } PRTCONTROLJOB; | ||
Latest revision as of 17:59, 13 February 2020
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;