Struct windows_sys::Win32::Graphics::Printing::DRIVER_INFO_2W
#[repr(C)]pub struct DRIVER_INFO_2W {
pub cVersion: u32,
pub pName: PWSTR,
pub pEnvironment: PWSTR,
pub pDriverPath: PWSTR,
pub pDataFile: PWSTR,
pub pConfigFile: PWSTR,
}Expand description
Required features: "Win32_Graphics_Printing"
Fields§
§cVersion: u32§pName: PWSTR§pEnvironment: PWSTR§pDriverPath: PWSTR§pDataFile: PWSTR§pConfigFile: PWSTR