Function win_sys::FileSystem::CopyFile2[][src]

pub unsafe fn CopyFile2<'a, Param0, Param1>(
    pwszexistingfilename: Param0,
    pwsznewfilename: Param1,
    pextendedparameters: *const COPYFILE2_EXTENDED_PARAMETERS
) -> Result<(), Error> where
    Param0: IntoParam<'a, PWSTR>,
    Param1: IntoParam<'a, PWSTR>, 
Expand description

Required features: Win32_Storage_FileSystem, Win32_Foundation