The PRQINFO data structure has the following format:

typedef struct _PRQINFO }
    CHAR       szName[QNLEN+1];
    CHAR       pad_1;
    USHORT     uPriority;
    USHORT     uStarttime;
    USHORT     uUntiltime;
    PSZ        pszSepFile;
    PSZ        pszPrProc;
    PSZ        pszDestinations;
    PSZ        pszParms;
    PSZ        pszComment;
    USHORT     fsStatus;
    USHORT     cJobs;
}  PRQINFO;

where:


[Back] [Next]