Jump to content

PRTJOBS_Q

From EDM2
Revision as of 18:43, 8 February 2020 by Martini (talk | contribs) (Created page with "Information passed to the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands to limit the information requested. ==Example Code== <PRE> typedef struct _PRTJOBS_Q { ULON...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information passed to the BIDI_Q_JOBS_COMPLETE and BIDI_Q_JOBS_QUEUED commands to limit the information requested.

Example Code


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;