PRTJOBSL: Difference between revisions
Appearance
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 ..." |
(No difference)
|
Revision as of 17:47, 8 February 2020
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;