Skip to main content

MoveFileWithProgressA

Function MoveFileWithProgressA 

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