Jump to content

PRTJOBSL

From EDM2
Revision as of 18:47, 8 February 2020 by Martini (talk | contribs) (Created page with "Information returned by the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands. ==Example Code== <PRE> typedef struct _PRTJOBSL { ULONG cTotal; /* Total jobs ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information returned by the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands.

Example Code

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;