Level 4 indicates that the returned data consists of the printer queue data structure PRQINFO3, which is followed by a print job data structure PRJINFO2 for each job in the queue. The print job data structure PRJINFO2 has the following format:

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]