windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupQueueCopySectionW

pub unsafe fn SetupQueueCopySectionW<P1, P4>(
    queuehandle: *const c_void,
    sourcerootpath: P1,
    infhandle: *const c_void,
    listinfhandle: Option<*const c_void>,
    section: P4,
    copystyle: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P4: Param<PCWSTR>,