#[repr(C)]pub struct SP_DRVINFO_DATA_V2_W {
pub cbSize: u32,
pub DriverType: u32,
pub Reserved: usize,
pub Description: [u16; 256],
pub MfgName: [u16; 256],
pub ProviderName: [u16; 256],
pub DriverDate: FILETIME,
pub DriverVersion: u64,
}Expand description
Required features: ‘Win32_Devices_DeviceAndDriverInstallation’, ‘Win32_Foundation’
Fields
cbSize: u32DriverType: u32Reserved: usizeDescription: [u16; 256]MfgName: [u16; 256]ProviderName: [u16; 256]DriverDate: FILETIMEDriverVersion: u64