windows::Win32::Web::InternetExplorer

Function IEMoveFileEx

pub unsafe fn IEMoveFileEx<P0, P1>(
    lpexistingfilename: P0,
    lpnewfilename: P1,
    dwflags: u32,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,