#[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: u32EndAddress: u32Anonymous: IMAGE_RUNTIME_FUNCTION_ENTRY_0