windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupCopyErrorW

pub unsafe fn SetupCopyErrorW<P1, P2, P3, P4, P5>(
    hwndparent: HWND,
    dialogtitle: P1,
    diskname: P2,
    pathtosource: P3,
    sourcefile: P4,
    targetpathfile: P5,
    win32errorcode: u32,
    style: u32,
    pathbuffer: Option<&mut [u16]>,
    pathrequiredsize: Option<*mut u32>,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,