#[repr(C)]pub struct DELTA_HASH {
pub HashSize: u32,
pub HashValue: [u8; 32],
}Expand description
Required features: "Win32_System_ApplicationInstallationAndServicing"
Fields§
§HashSize: u32§HashValue: [u8; 32]#[repr(C)]pub struct DELTA_HASH {
pub HashSize: u32,
pub HashValue: [u8; 32],
}Required features: "Win32_System_ApplicationInstallationAndServicing"
HashSize: u32§HashValue: [u8; 32]