windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupInstallFromInfSectionA

pub unsafe fn SetupInstallFromInfSectionA<P2, P5>(
    owner: Option<HWND>,
    infhandle: *const c_void,
    sectionname: P2,
    flags: u32,
    relativekeyroot: Option<HKEY>,
    sourcerootpath: P5,
    copyflags: u32,
    msghandler: PSP_FILE_CALLBACK_A,
    context: Option<*const c_void>,
    deviceinfoset: Option<HDEVINFO>,
    deviceinfodata: Option<*const SP_DEVINFO_DATA>,
) -> Result<()>
where P2: Param<PCSTR>, P5: Param<PCSTR>,