Struct windows_sys::Win32::Graphics::Printing::DRIVER_INFO_5W
[−]#[repr(C)]pub struct DRIVER_INFO_5W {
pub cVersion: u32,
pub pName: PWSTR,
pub pEnvironment: PWSTR,
pub pDriverPath: PWSTR,
pub pDataFile: PWSTR,
pub pConfigFile: PWSTR,
pub dwDriverAttributes: u32,
pub dwConfigVersion: u32,
pub dwDriverVersion: u32,
}Expand description
Required features: ‘Win32_Graphics_Printing’, ‘Win32_Foundation’
Fields
cVersion: u32pName: PWSTRpEnvironment: PWSTRpDriverPath: PWSTRpDataFile: PWSTRpConfigFile: PWSTRdwDriverAttributes: u32dwConfigVersion: u32dwDriverVersion: u32