PrintQueue Constructor (PrintServer^, String^, Int32)
.NET Framework (current version)
Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, and print schema version.
Assembly: System.Printing (in System.Printing.dll)
public: PrintQueue( PrintServer^ printServer, String^ printQueueName, int printSchemaVersion )
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.
PrintQueue constructors that do not include a PrintSystemDesiredAccess parameter default to UsePrinter access.
The Print Schema version released with Windows Vista is "1".
.NET Framework
Available since 3.0
Available since 3.0
Show: