#[repr(C, packed(1))]pub struct IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER {
pub EpilogueCount: u32,
pub EpilogueByteCount: u8,
pub BranchDescriptorElementSize: u8,
pub BranchDescriptorCount: u16,
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
EpilogueCount: u32EpilogueByteCount: u8BranchDescriptorElementSize: u8BranchDescriptorCount: u16