windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDeleteErrorW

pub unsafe fn SetupDeleteErrorW<P1, P2>(
    hwndparent: HWND,
    dialogtitle: P1,
    file: P2,
    win32errorcode: u32,
    style: u32,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,