Skip to main content

MoveFileWithProgressW

Function MoveFileWithProgressW 

Source
pub unsafe fn MoveFileWithProgressW<'a>(
    lpexistingfilename: impl IntoParam<'a, PWSTR>,
    lpnewfilename: impl IntoParam<'a, PWSTR>,
    lpprogressroutine: Option<LPPROGRESS_ROUTINE>,
    lpdata: *mut c_void,
    dwflags: MOVE_FILE_FLAGS,
) -> BOOL