Skip to main content

MoveFileW

Function MoveFileW 

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