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