Jump to content

PRQINFO3

From EDM2
Revision as of 12:17, 21 February 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Print-queue information structure.

This structure is used at information levels 3 and 4.

typedef struct _PRQINFO3 {
  PSZ           pszName;       /*  Queue name. */
  USHORT        uPriority;     /*  Queue priority. */
  USHORT        uStartTime;    /*  Minutes after midnight when queue becomes active. */
  USHORT        uUntilTime;    /*  Minutes after midnight. when queue ceases to be active. */
  USHORT        fsType;        /*  Queue type. */
  PSZ           pszSepFile;    /*  Separator-page file. */
  PSZ           pszPrProc;     /*  Default queue-processor. */
  PSZ           pszParms;      /*  Queue parameters. */
  PSZ           pszComment;    /*  Queue description. */
  USHORT        fsStatus;      /*  Queue status. */
  USHORT        cJobs;         /*  Number of jobs in queue. */
  PSZ           pszPrinters;   /*  Print devices connected to queue. */
  PSZ           pszDriverName; /*  Default device driver. */
  PDRIVDATA     pDriverData;   /*  Default queue job properties. */
} PRQINFO3;

typedef PRQINFO3 *PPRQINFO3;