The PRDINFO3 data structure has the following format:
typedef struct _PRDINFO3 {
    PSZ     pszPrinterName;
    PSZ     pszUserName;
    PSZ     pszLogAddr;
    USHORT  uJobId;
    USHORT  fsStatus;
    PSZ     pszStatus;
    PSZ     pszComment;
    PSZ     pszDrivers;
    USHORT  time;
    USHORT  padl;
} PRDINFO3;
 

where:


[Back] [Next]