Skip to main content

CopyFile2

Function CopyFile2 

Source
pub unsafe fn CopyFile2<'a>(
    pwszexistingfilename: impl IntoParam<'a, PWSTR>,
    pwsznewfilename: impl IntoParam<'a, PWSTR>,
    pextendedparameters: *mut COPYFILE2_EXTENDED_PARAMETERS,
) -> Result<()>