IMAGE_FUNCTION_ENTRY

Type Alias IMAGE_FUNCTION_ENTRY 

Source
pub type IMAGE_FUNCTION_ENTRY = _IMAGE_FUNCTION_ENTRY;

Aliased Type§

#[repr(C)]
pub struct IMAGE_FUNCTION_ENTRY { pub StartingAddress: u32, pub EndingAddress: u32, pub EndOfPrologue: u32, }

Fields§

§StartingAddress: u32§EndingAddress: u32§EndOfPrologue: u32