Skip to main content

MoveFileTransactedA

Function MoveFileTransactedA 

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