JOB_INFO_1 class base struct

The JOB_INFO_1 structure specifies print-job information such as the job-identifier value, the name of the printer for which the job is spooled, the name of the machine that created the print job, the name of the user that owns the print job, and so on.

Inheritance

Constructors

JOB_INFO_1()

Properties

hashCode int
The hash code for this object.
no setterinherited
JobId int
getter/setter pair
PagesPrinted int
getter/setter pair
pDatatype Pointer<Utf16>
getter/setter pair
pDocument Pointer<Utf16>
getter/setter pair
pMachineName Pointer<Utf16>
getter/setter pair
Position int
getter/setter pair
pPrinterName Pointer<Utf16>
getter/setter pair
Priority int
getter/setter pair
pStatus Pointer<Utf16>
getter/setter pair
pUserName Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Status int
getter/setter pair
Submitted SYSTEMTIME
getter/setter pair
TotalPages int
getter/setter pair

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