Struct windows_sys::Win32::System::Diagnostics::Debug::DebugStackFrameDescriptor
#[repr(C)]pub struct DebugStackFrameDescriptor {
pub pdsf: IDebugStackFrame,
pub dwMin: u32,
pub dwLim: u32,
pub fFinal: BOOL,
pub punkFinal: IUnknown,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields§
§pdsf: IDebugStackFrame
§dwMin: u32
§dwLim: u32
§fFinal: BOOL
§punkFinal: IUnknown