Home
last modified time | relevance | path

Searched refs:EnumStackFramesEx32 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h1132 #define EnumStackFramesEx EnumStackFramesEx32
2418 virtual HRESULT STDMETHODCALLTYPE EnumStackFramesEx32(
2448 HRESULT (STDMETHODCALLTYPE *EnumStackFramesEx32)(
2469 …ifferEx32_EnumStackFramesEx32(This,dwSpMin,ppedsf) (This)->lpVtbl->EnumStackFramesEx32(This,dwSpMi…
2487 return This->lpVtbl->EnumStackFramesEx32(This,dwSpMin,ppedsf);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h1132 #define EnumStackFramesEx EnumStackFramesEx32
2418 virtual HRESULT STDMETHODCALLTYPE EnumStackFramesEx32(
2448 HRESULT (STDMETHODCALLTYPE *EnumStackFramesEx32)(
2469 …ifferEx32_EnumStackFramesEx32(This,dwSpMin,ppedsf) (This)->lpVtbl->EnumStackFramesEx32(This,dwSpMi…
2487 return This->lpVtbl->EnumStackFramesEx32(This,dwSpMin,ppedsf);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs29540 …pub unsafe fn EnumStackFramesEx32(&self, dwspmin: u32) -> ::windows::runtime::Result<IEnumDebugSta… in EnumStackFramesEx32() method