Function windows_sys::Win32::System::ApplicationInstallationAndServicing::ApplyPatchToFileByHandlesEx
[−]pub unsafe extern "system" fn ApplyPatchToFileByHandlesEx(
patchfilehandle: HANDLE,
oldfilehandle: HANDLE,
newfilehandle: HANDLE,
applyoptionflags: u32,
progresscallback: PPATCH_PROGRESS_CALLBACK,
callbackcontext: *const c_void
) -> BOOL
Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
, "Win32_Foundation"