The PRINT_OTHER_INFO structure contains information about the print job.
typedef struct _PRINT_OTHER_INFO {
DWORD alrtpr_jobid;
DWORD alrtpr_status;
DWORD alrtpr_submitted;
DWORD alrtpr_size;
}PRINT_OTHER_INFO, *PPRINT_OTHER_INFO, *LPPRINT_OTHER_INFO;
Members
alrtpr_jobid
Specifies the identification number of the print job.
alrtpr_status
Specifies the status of the print job.
alrtpr_submitted
Specifies the time at which the print job was submitted. This value is stored as the number of seconds elapsed since 00:00:00, January 1, 1970.
alrtpr_size
Specifies the size, in bytes, of the print job.
See Also