PrintQueue Constructor (PrintServer^, String^, Int32, PrintSystemDesiredAccess)
.NET Framework (current version)
Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, print schema version, and desired access.
Assembly: System.Printing (in System.Printing.dll)
public: PrintQueue( PrintServer^ printServer, String^ printQueueName, int printSchemaVersion, PrintSystemDesiredAccess desiredAccess )
Parameters
- printServer
-
Type:
System.Printing::PrintServer^
The print server that hosts the print queue.
- printQueueName
-
Type:
System::String^
The name of the print queue.
- printSchemaVersion
-
Type:
System::Int32
The version of the Print Schema to use.
- desiredAccess
-
Type:
System.Printing::PrintSystemDesiredAccess
One of the PrintSystemDesiredAccess values that specifies the type of access to the print queue that your program needs.
| Exception | Condition |
|---|---|
| PrintQueueException | desiredAccess is a value that can be applied only to a PrintServer object, not a PrintQueue object. For example, AdministrateServer. |
The Print Schema version released with Windows Vista is "1".
.NET Framework
Available since 3.0
Available since 3.0
Show: