Information returned by the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands.
typedef struct _PRTJOBSL { ULONG cTotal; /* Total jobs meeting criteria. */ ULONG cReturned; /* Number of PRTJOBS data structures that follow. */ PRTJOBS prtJobs; /* Contains a PRTJOBS data structure. */ } PRTJOBSL; typedef PRTJOBSL * PPRTJOBSL ;