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
Pointer to a null-terminated string that contains the path and filename that the application can use to store the print job.
JobId
Handle to the print job.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in winspool.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Printing and Print Spooler Overview, Printing and Print Spooler Structures, AddJob