Function win_sys::FileSystem::CopyFileFromAppW [−][src]
pub unsafe fn CopyFileFromAppW<'a, Param0, Param1, Param2>(
lpexistingfilename: Param0,
lpnewfilename: Param1,
bfailifexists: Param2
) -> BOOL where
Param0: IntoParam<'a, PWSTR>,
Param1: IntoParam<'a, PWSTR>,
Param2: IntoParam<'a, BOOL>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation