PRINTER_INFO_4 class base struct

The PRINTER_INFO_4 structure specifies general printer information. The structure can be used to retrieve minimal printer information on a call to EnumPrinters. Such a call is a fast and easy way to retrieve the names and attributes of all locally installed printers on a system and all remote printer connections that a user has established.

Inheritance

Constructors

PRINTER_INFO_4()

Properties

Attributes int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pPrinterName Pointer<Utf16>
getter/setter pair
pServerName Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited