Struct windows_sys::Win32::System::Diagnostics::Debug::IMAGE_RUNTIME_FUNCTION_ENTRY
#[repr(C)]pub struct IMAGE_RUNTIME_FUNCTION_ENTRY {
pub BeginAddress: u32,
pub EndAddress: u32,
pub Anonymous: IMAGE_RUNTIME_FUNCTION_ENTRY_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§BeginAddress: u32
§EndAddress: u32
§Anonymous: IMAGE_RUNTIME_FUNCTION_ENTRY_0