typedef struct _PRJINFO2 {
USHORT uJobId;
USHORT uPriority;
PSZ pszUserName;
USHORT uPosition;
USHORT fsStatus;
ULONG ulSubmitted;
ULONG ulSize;
PSZ pszComment;
PSZ pszDocument;
} PRJINFO2;
where:
- The first field in this data structure is identical
to that in the previous level.
- uPriority specifies the priority of the print
job. The range is 1 (lowest priority) through 99 (highest priority).
- pszUserName points to an ASCIIZ string that
specifies the name of the user who submitted the print job.
- The next 5 fields in this data structure are identical
to those in the previous level.
- pszDocument points to an ASCIIZ string that
contains the document name of the print job.
[Back]
[Next]