The PRQINFO3 data structure has the following format:

typedef struct_PRQINFO3 }
    PSZ        pszName;
    USHORT     uPriority;
    USHORT     uStarttime;
    USHORT     uUntiltime;
    USHORT     pad1;
    PSZ        pszSepFile;
    PSZ        pszPrProc;
    PSZ        pszParms;
    PSZ        pszComment;
    USHORT     fsStatus;
    USHORT     cJobs;
    PSZ        pszPrinters;
    PSZ        pszDriverName;
    PDRIVDATA  pDriverData;
} PRQINFO3;

where:


[Back] [Next]