Type Alias IMAGE_FUNCTION_ENTRY

Source
pub type IMAGE_FUNCTION_ENTRY = _IMAGE_FUNCTION_ENTRY;

Aliased Type§

struct IMAGE_FUNCTION_ENTRY {
    pub StartingAddress: u32,
    pub EndingAddress: u32,
    pub EndOfPrologue: u32,
}

Fields§

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