#[repr(C)]
pub struct PATCH_OLD_FILE_INFO_W { pub SizeOfThisStruct: u32, pub OldFileName: PCWSTR, 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"

Fields

SizeOfThisStruct: u32OldFileName: PCWSTRIgnoreRangeCount: u32IgnoreRangeArray: *mut PATCH_IGNORE_RANGERetainRangeCount: u32RetainRangeArray: *mut PATCH_RETAIN_RANGE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.