pub trait IDebugStackFrameSnifferEx64_Impl: Sized + IDebugStackFrameSniffer_Impl {
// Required method
fn EnumStackFramesEx64(
&self,
dwspmin: u64,
) -> Result<IEnumDebugStackFrames64>;
}
Required Methods§
fn EnumStackFramesEx64(&self, dwspmin: u64) -> Result<IEnumDebugStackFrames64>
Object Safety§
This trait is not object safe.