windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupInstallFromInfSectionW

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