PRTJOBS Q: Difference between revisions
Appearance
Created page with "Information passed to the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands to limit the information requested. ==Example Code== <PRE> typedef struct _PRTJOBS_Q { ULON..." |
(No difference)
|
Latest revision as of 17:43, 8 February 2020
Information passed to the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands to limit the information requested.
Example Code
typedef struct _PRTJOBS_Q {
ULONG interpreterID; /* Interpreter identifier to get job information. */
ULONG ulPrinterJobID; /* Specific printer job to query. */
ULONG ulMaxJobs; /* Maximum jobs to return. */
} PRTJOBS_Q;
typedef PRTJOBS_Q *PPRTJOBS_Q;