pub unsafe extern "system" fn SetupDiGetDriverInfoDetailA(
deviceinfoset: HDEVINFO,
deviceinfodata: *const SP_DEVINFO_DATA,
driverinfodata: *const SP_DRVINFO_DATA_V2_A,
driverinfodetaildata: *mut SP_DRVINFO_DETAIL_DATA_A,
driverinfodetaildatasize: u32,
requiredsize: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"