#[repr(C)]pub struct SP_DRVINFO_DATA_V2_A {
pub cbSize: u32,
pub DriverType: u32,
pub Reserved: usize,
pub Description: [CHAR; 256],
pub MfgName: [CHAR; 256],
pub ProviderName: [CHAR; 256],
pub DriverDate: FILETIME,
pub DriverVersion: u64,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"
Fields§
§cbSize: u32
§DriverType: u32
§Reserved: usize
§Description: [CHAR; 256]
§MfgName: [CHAR; 256]
§ProviderName: [CHAR; 256]
§DriverDate: FILETIME
§DriverVersion: u64