Definition of Addjob info 1

Win32 API(Application Program Interface)
ADDJOB_INFO_1
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;


Members

Path

Points to a null-terminated string that contains the path and filename that the application can use to store the print job.

JobId

Identifies the print job.



See Also

AddJob

Search Dictionary:
Search Web Search Dictionary