typedef struct _PRJINFO3
    USHORT     uJobId;
    USHORT     uPriority;
    PSZ        pszUserName;
    USHORT     uPosition;
    USHORT     fsStatus;
    ULONG      ulSubmitted;
    ULONG      ulSize;
    PSZ        pszComment;
    PSZ        pszDocument;
    PSZ        pszNotifyName;
    PSZ        pszDataType;
    PSZ        pszParms;
    PSZ        pszStatus;
    PSZ        pszQueue;
    PSZ        pszQProcName;
    PSZ        pszQProcParms;
    PSZ        pszDriverName;
    PDRIVDATA  pDriverData;
    PSZ        pszPrinterName;
} PRJINFO3;

where:


[Back] [Next]