#[repr(C)]
pub struct JOB_INFO_4A {
Show 24 fields pub JobId: u32, pub pPrinterName: PSTR, pub pMachineName: PSTR, pub pUserName: PSTR, pub pDocument: PSTR, pub pNotifyName: PSTR, pub pDatatype: PSTR, pub pPrintProcessor: PSTR, pub pParameters: PSTR, pub pDriverName: PSTR, pub pDevMode: *mut DEVMODEA, pub pStatus: PSTR, pub pSecurityDescriptor: PSECURITY_DESCRIPTOR, pub Status: u32, pub Priority: u32, pub Position: u32, pub StartTime: u32, pub UntilTime: u32, pub TotalPages: u32, pub Size: u32, pub Submitted: SYSTEMTIME, pub Time: u32, pub PagesPrinted: u32, pub SizeHigh: i32,
}
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Security"

Fields

JobId: u32pPrinterName: PSTRpMachineName: PSTRpUserName: PSTRpDocument: PSTRpNotifyName: PSTRpDatatype: PSTRpPrintProcessor: PSTRpParameters: PSTRpDriverName: PSTRpDevMode: *mut DEVMODEApStatus: PSTRpSecurityDescriptor: PSECURITY_DESCRIPTORStatus: u32Priority: u32Position: u32StartTime: u32UntilTime: u32TotalPages: u32Size: u32Submitted: SYSTEMTIMETime: u32PagesPrinted: u32SizeHigh: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.