Skip to main content

CopyFileA

Function CopyFileA 

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