Function windows_sys::Win32::Devices::DeviceAndDriverInstallation::SetupDiGetActualSectionToInstallExA
pub unsafe extern "system" fn SetupDiGetActualSectionToInstallExA(
infhandle: *const c_void,
infsectionname: PCSTR,
alternateplatforminfo: *const SP_ALTPLATFORM_INFO_V2,
infsectionwithext: PSTR,
infsectionwithextsize: u32,
requiredsize: *mut u32,
extension: *mut PSTR,
reserved: *mut c_void
) -> BOOL
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
, "Win32_Foundation"
, "Win32_System_Diagnostics_Debug"