Click or drag to resize

SystemDeviceInterface Class

The System.DeviceInterface properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemDeviceInterface

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class DeviceInterface

The SystemDeviceInterface type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPrinterDriverDirectory
The System.DeviceInterface.PrinterDriverDirectory property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_PrinterDriverDirectory. Display name Printer driver directory.
Public propertyStatic memberPrinterDriverName
The System.DeviceInterface.PrinterDriverName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_PrinterDriverName. Display name Driver name.
Public propertyStatic memberPrinterEnumerationFlag
The System.DeviceInterface.PrinterEnumerationFlag property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_DeviceInterface_PrinterEnumerationFlag. Display name Printer enumeration flag.
Public propertyStatic memberPrinterName
The System.DeviceInterface.PrinterName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_PrinterName. Display name Printer name.
Public propertyStatic memberPrinterPortName
The System.DeviceInterface.PrinterPortName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_DeviceInterface_PrinterPortName. Display name Port name.
Top
See Also