Struct windows_sys::Win32::System::ClrHosting::StackOverflowInfo
#[repr(C)]pub struct StackOverflowInfo {
pub soType: StackOverflowType,
pub pExceptionInfo: *mut EXCEPTION_POINTERS,
}Expand description
Required features: "Win32_System_ClrHosting", "Win32_Foundation", "Win32_System_Diagnostics_Debug", "Win32_System_Kernel"
Fields§
§soType: StackOverflowType§pExceptionInfo: *mut EXCEPTION_POINTERS