winapi::um::winnt

Type Alias RUNTIME_FUNCTION

Source
pub type RUNTIME_FUNCTION = IMAGE_RUNTIME_FUNCTION_ENTRY;

Aliased Type§

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

Fields§

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