PRTJOBS_Q
Appearance
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;