Struct windows_sys::Win32::Graphics::Printing::DRIVER_INFO_8W
#[repr(C)]pub struct DRIVER_INFO_8W {Show 25 fields
pub cVersion: u32,
pub pName: PWSTR,
pub pEnvironment: PWSTR,
pub pDriverPath: PWSTR,
pub pDataFile: PWSTR,
pub pConfigFile: PWSTR,
pub pHelpFile: PWSTR,
pub pDependentFiles: PWSTR,
pub pMonitorName: PWSTR,
pub pDefaultDataType: PWSTR,
pub pszzPreviousNames: PWSTR,
pub ftDriverDate: FILETIME,
pub dwlDriverVersion: u64,
pub pszMfgName: PWSTR,
pub pszOEMUrl: PWSTR,
pub pszHardwareID: PWSTR,
pub pszProvider: PWSTR,
pub pszPrintProcessor: PWSTR,
pub pszVendorSetup: PWSTR,
pub pszzColorProfiles: PWSTR,
pub pszInfPath: PWSTR,
pub dwPrinterDriverAttributes: u32,
pub pszzCoreDriverDependencies: PWSTR,
pub ftMinInboxDriverVerDate: FILETIME,
pub dwlMinInboxDriverVerVersion: u64,
}Expand description
Required features: "Win32_Graphics_Printing", "Win32_Foundation"
Fields§
§cVersion: u32§pName: PWSTR§pEnvironment: PWSTR§pDriverPath: PWSTR§pDataFile: PWSTR§pConfigFile: PWSTR§pHelpFile: PWSTR§pDependentFiles: PWSTR§pMonitorName: PWSTR§pDefaultDataType: PWSTR§pszzPreviousNames: PWSTR§ftDriverDate: FILETIME§dwlDriverVersion: u64§pszMfgName: PWSTR§pszOEMUrl: PWSTR§pszHardwareID: PWSTR§pszProvider: PWSTR§pszPrintProcessor: PWSTR§pszVendorSetup: PWSTR§pszzColorProfiles: PWSTR§pszInfPath: PWSTR§dwPrinterDriverAttributes: u32§pszzCoreDriverDependencies: PWSTR§ftMinInboxDriverVerDate: FILETIME§dwlMinInboxDriverVerVersion: u64