The PRJINFO data structure has the following format:

typedef struct _PRJINFO {
    USHORT     uJobId;
    CHAR       szUserName[UNLEN+1];
    CHAR       pad_1;
    CHAR       szNotifyName[DTLEN+1];
    CHAR       szDataType[DTLEN+1];
    PSZ        pszParms;
    USHORT     uPosition;
    USHORT     fsStatus;
    PSZ        pszStatus;
    ULONG      ulSubmitted;
    ULONG      ulSize;
    PSZ        pszComment;
}  PRJINFO;

where:


[Back] [Next]