Function win_sys::FileSystem::ReplaceFileFromAppW [−][src]
pub unsafe fn ReplaceFileFromAppW<'a, Param0, Param1, Param2>(
lpreplacedfilename: Param0,
lpreplacementfilename: Param1,
lpbackupfilename: Param2,
dwreplaceflags: u32,
lpexclude: *mut c_void,
lpreserved: *mut c_void
) -> BOOL where
Param0: IntoParam<'a, PWSTR>,
Param1: IntoParam<'a, PWSTR>,
Param2: IntoParam<'a, PWSTR>, Expand description
Required features: Win32_Storage_FileSystem, Win32_Foundation