Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg100.h973 virtual HRESULT STDMETHODCALLTYPE GetExceptionThrownKind(
997 HRESULT (STDMETHODCALLTYPE *GetExceptionThrownKind)(
1015 …g110_GetExceptionThrownKind(This,pExceptionKind) (This)->lpVtbl->GetExceptionThrownKind(This,pExce…
1029 return This->lpVtbl->GetExceptionThrownKind(This,pExceptionKind);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg100.h973 virtual HRESULT STDMETHODCALLTYPE GetExceptionThrownKind(
997 HRESULT (STDMETHODCALLTYPE *GetExceptionThrownKind)(
1015 …g110_GetExceptionThrownKind(This,pExceptionKind) (This)->lpVtbl->GetExceptionThrownKind(This,pExce…
1029 return This->lpVtbl->GetExceptionThrownKind(This,pExceptionKind);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs7552 …pub unsafe fn GetExceptionThrownKind(&self) -> ::windows::runtime::Result<SCRIPT_ERROR_DEBUG_EXCEP… in GetExceptionThrownKind() method