Skip to main content

MoveFileA

Function MoveFileA 

Source
pub unsafe fn MoveFileA<'a>(
    lpexistingfilename: impl IntoParam<'a, PSTR>,
    lpnewfilename: impl IntoParam<'a, PSTR>,
) -> BOOL