windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupDeleteErrorA

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