The PRDINFO data structure has the following format:

typedef struct _PRDINFO {
    CHAR       szName[PDLEN+1];
    CHAR       szUserName[UNLEN+1];
    USHORT     uJobId;
    USHORT     fsStatus;
    PSZ        pszStatus;
    USHORT     time;
}  PRDINFO;

where:


[Back] [Next]