Struct windows_sys::Win32::System::Diagnostics::Debug::IMAGE_FUNCTION_ENTRY
#[repr(C)]pub struct IMAGE_FUNCTION_ENTRY {
pub StartingAddress: u32,
pub EndingAddress: u32,
pub EndOfPrologue: u32,
}Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§StartingAddress: u32§EndingAddress: u32§EndOfPrologue: u32