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"
Fields§
§LastError: u32§pDocumentName: PWSTR§pUserName: PWSTR§pPrinterName: PWSTR§pDataType: PWSTR§TotalSize: i64§PrintedSize: i64§TotalPages: u32§PrintedPages: u32§pMachineName: PWSTR§pJobError: PWSTR§pErrorDescription: PWSTR