winapi::um::winnt

Type Alias IMAGE_RUNTIME_FUNCTION_ENTRY

Source
pub type IMAGE_RUNTIME_FUNCTION_ENTRY = _IMAGE_RUNTIME_FUNCTION_ENTRY;

Aliased Type§

struct IMAGE_RUNTIME_FUNCTION_ENTRY {
    pub BeginAddress: u32,
    pub EndAddress: u32,
    pub u: IMAGE_RUNTIME_FUNCTION_ENTRY_u,
}

Fields§

§BeginAddress: u32§EndAddress: u32§u: IMAGE_RUNTIME_FUNCTION_ENTRY_u