windows::Win32::Devices::DeviceAndDriverInstallation

Function SetupRenameErrorA

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