Print Job Level 2

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

where:


[Back: Print Job Level 1]
[Next: Print Job Level 3]