#[repr(C)]pub struct PATCH_OLD_FILE_INFO_W {
pub SizeOfThisStruct: u32,
pub OldFileName: PWSTR,
pub IgnoreRangeCount: u32,
pub IgnoreRangeArray: *mut PATCH_IGNORE_RANGE,
pub RetainRangeCount: u32,
pub RetainRangeArray: *mut PATCH_RETAIN_RANGE,
}Expand description
Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’
Fields
SizeOfThisStruct: u32OldFileName: PWSTRIgnoreRangeCount: u32IgnoreRangeArray: *mut PATCH_IGNORE_RANGERetainRangeCount: u32RetainRangeArray: *mut PATCH_RETAIN_RANGE