Information passed to the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands to limit the information requested.
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 ;