Struct windows_sys::Win32::System::Diagnostics::Debug::UNWIND_HISTORY_TABLE_ENTRY
#[repr(C)]pub struct UNWIND_HISTORY_TABLE_ENTRY {
pub ImageBase: usize,
pub FunctionEntry: *mut IMAGE_RUNTIME_FUNCTION_ENTRY,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§ImageBase: usize
§FunctionEntry: *mut IMAGE_RUNTIME_FUNCTION_ENTRY