#[repr(C)]pub struct SP_DRVINFO_DATA_V1_A {
pub cbSize: u32,
pub DriverType: u32,
pub Reserved: usize,
pub Description: [u8; 256],
pub MfgName: [u8; 256],
pub ProviderName: [u8; 256],
}Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§cbSize: u32§DriverType: u32§Reserved: usize§Description: [u8; 256]§MfgName: [u8; 256]§ProviderName: [u8; 256]