windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupInstallFilesFromInfSectionW

pub unsafe fn SetupInstallFilesFromInfSectionW<P3, P4>(
    infhandle: *const c_void,
    layoutinfhandle: Option<*const c_void>,
    filequeue: *const c_void,
    sectionname: P3,
    sourcerootpath: P4,
    copyflags: u32,
) -> Result<()>
where P3: Param<PCWSTR>, P4: Param<PCWSTR>,