windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupBackupErrorW

pub unsafe fn SetupBackupErrorW<P1, P2, P3>(
    hwndparent: HWND,
    dialogtitle: P1,
    sourcefile: P2,
    targetfile: P3,
    win32errorcode: u32,
    style: u32,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,