IPrinterQueue2 interface
Represents a single printer queue.
This interface extends IPrinterQueue and allows a user to manage print jobs and device maintenance from within a UWP device app for printers, or from a printer extension.
Members
The IPrinterQueue2 interface inherits from IPrinterQueue. IPrinterQueue2 also has these types of members:
Methods
The IPrinterQueue2 interface has these methods.
| Method | Description |
|---|---|
| GetPrinterQueueView |
Retrieves an IPrinterQueueView object, and initializes the object with the range of jobs to be monitored. |
| SendBidiSetRequestAsync |
Uses an XML string value to send a Bidi Set request as an asynchronous operation. |
Remarks
IPrinterQueue2 also helps to make it possible to perform device maintenance and job management from a UWP device app or from a printer extension. For more information, see Device Maintenance and Job Management.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Header |
|
See also