typedef struct _PRJINFO2 {
    USHORT   uJobId;
    USHORT   uPriority;
    PSZ      pszUserName;
    USHORT   uPosition;
    USHORT   fsStatus;
    ULONG    ulSubmitted;
    ULONG    ulSize;
    PSZ      pszComment;
    PSZ      pszDocument;
} PRJINFO2;

where:


[Back] [Next]