PrintServerIndexedProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the properties of a PrintServer object that are initialized when it is constructed.
public enum class PrintServerIndexedProperty
public enum PrintServerIndexedProperty
type PrintServerIndexedProperty =
Public Enum PrintServerIndexedProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
DefaultSpoolDirectory | 0 | The property that specifies the path to the folder where spool jobs are located as temporary files. |
PortThreadPriority | 1 | The property that specifies the priority of the thread that manages port I/O. |
DefaultPortThreadPriority | 2 | The property that specifies the default priority for the thread that manages port I/0. |
SchedulerPriority | 3 | The property that specifies the priority of the scheduler. |
DefaultSchedulerPriority | 4 | The property that specifies the default thread priority for the scheduling of print jobs. |
BeepEnabled | 5 | The property that specifies whether a printer error causes the print server to beep. |
NetPopup | 6 | The property that specifies whether the client computer or the print server receives notifications that a job is finished. |
EventLog | 7 | The property that specifies the kind of event logging that is provided by the print server. |
MajorVersion | 8 | The property that specifies the major version of the operating system. |
MinorVersion | 9 | The property that specifies the minor version of the operating system. |
RestartJobOnPoolTimeout | 10 | The property that specifies how long to wait before restarting a print job when printer pooling is being used. |
RestartJobOnPoolEnabled | 11 | The property that specifies whether users can restart print jobs when printer pooling is being used. |