IPrintJobCollection interface
This interfaces provides an enumeration of the jobs in the print queue.
The enumerated list of jobs represents a snapshot of the current job status.
Members
The IPrintJobCollection interface inherits from the IUnknown interface. IPrintJobCollection also has these types of members:
Methods
The IPrintJobCollection interface has these methods.
| Method | Description |
|---|---|
| GetAt |
Gets a pointer to an IPrintJob object. |
Properties
The IPrintJobCollection interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Gets the number of jobs in the print queue. | |
|
Read-only |
Gets a pointer to the enumerants of IPrintJobCollection objects. |
Remarks
The order of print jobs in the enumerated list is the same as the order provided by EnumJobs, which is the actual print queue order.
IPrintJobCollection also helps to make it possible to perform job management from a UWP device app or from a printer extension. For more information, see Job Management.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Header |
|
See also