pub type IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER = _IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER;
Aliased Type§
#[repr(C, packed(1))]pub struct IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER {
pub EpilogueCount: u64,
pub EpilogueByteCount: u8,
pub BranchDescriptorElementSize: u8,
pub BranchDescriptorCount: u16,
}
Fields§
§EpilogueCount: u64
§EpilogueByteCount: u8
§BranchDescriptorElementSize: u8
§BranchDescriptorCount: u16