Struct windows_sys::Win32::Graphics::Printing::BranchOfficeJobDataError
[−]#[repr(C)]pub struct BranchOfficeJobDataError {
pub LastError: u32,
pub pDocumentName: PWSTR,
pub pUserName: PWSTR,
pub pPrinterName: PWSTR,
pub pDataType: PWSTR,
pub TotalSize: i64,
pub PrintedSize: i64,
pub TotalPages: u32,
pub PrintedPages: u32,
pub pMachineName: PWSTR,
pub pJobError: PWSTR,
pub pErrorDescription: PWSTR,
}Expand description
Required features: ‘Win32_Graphics_Printing’, ‘Win32_Foundation’
Fields
LastError: u32pDocumentName: PWSTRpUserName: PWSTRpPrinterName: PWSTRpDataType: PWSTRTotalSize: i64PrintedSize: i64TotalPages: u32PrintedPages: u32pMachineName: PWSTRpJobError: PWSTRpErrorDescription: PWSTR