The ADDJOB_INFO_1 structure identifies a print job as well as the directory and file in which an application can store that job.
typedef struct _ADDJOB_INFO_1 { // aji1 LPTSTR Path; DWORD JobId; } ADDJOB_INFO_1;
AddJob