Jump to content

PRTJOBSL

From EDM2
Revision as of 09:53, 16 May 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;