windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupInstallServicesFromInfSectionExA

pub unsafe fn SetupInstallServicesFromInfSectionExA<P1>(
    infhandle: *const c_void,
    sectionname: P1,
    flags: SPSVCINST_FLAGS,
    deviceinfoset: Option<HDEVINFO>,
    deviceinfodata: Option<*const SP_DEVINFO_DATA>,
    reserved1: Option<*const c_void>,
    reserved2: Option<*const c_void>,
) -> Result<()>
where P1: Param<PCSTR>,