Home
last modified time | relevance | path

Searched refs:DiagnosticsInfo (Results 1 – 8 of 8) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
H A Dmod.rs73 pub struct DiagnosticsInfo { struct
77 impl ::core::marker::Copy for DiagnosticsInfo {} argument
78 impl ::core::clone::Clone for DiagnosticsInfo { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
H A Dmod.rs85 pub struct DiagnosticsInfo { struct
89 impl DiagnosticsInfo {} argument
90 impl ::std::default::Default for DiagnosticsInfo { implementation
95 impl ::std::fmt::Debug for DiagnosticsInfo { implementation
100 impl ::std::cmp::PartialEq for DiagnosticsInfo { implementation
105 impl ::std::cmp::Eq for DiagnosticsInfo {} implementation
106 unsafe impl ::windows::runtime::Abi for DiagnosticsInfo { implementation
333 pub unsafe fn GetDiagnosticsInfo(&self) -> ::windows::runtime::Result<*mut DiagnosticsInfo> { in GetDiagnosticsInfo() argument
334 … let mut result__: <*mut DiagnosticsInfo as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed(); in GetDiagnosticsInfo()
335 …elf).4)(::std::mem::transmute_copy(self), &mut result__).from_abi::<*mut DiagnosticsInfo>(result__) in GetDiagnosticsInfo()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dresult.h657 …_ wil::FailureInfo& info, unsigned int minSequenceId, _In_opt_ const DiagnosticsInfo* diagnostics,… in GetCaughtExceptionError()
672 DiagnosticsInfo source; in GetCaughtExceptionError()
789 …Inout_ wil::FailureInfo& info, unsigned int minSequenceId = 0, const DiagnosticsInfo* diagnostics …
838 …) bool GetCaughtExceptionError(_Inout_ wil::FailureInfo& info, const DiagnosticsInfo* diagnostics …
H A Dcppwinrt.h192 …eportFailure_CaughtException<FailureType::Return>(__R_DIAGNOSTICS_RA(DiagnosticsInfo{}, returnAddr… in winrt_to_hresult()
H A Dresult_macros.h968 struct DiagnosticsInfo struct
975 DiagnosticsInfo() = default; argument
977 __forceinline DiagnosticsInfo(void* returnAddress_, unsigned short line_, PCSTR file_) : in DiagnosticsInfo() function
984 …__forceinline DiagnosticsInfo(void* returnAddress_, unsigned short line_, PCSTR file_, PCSTR name_… in DiagnosticsInfo() function
2513 …SULT ResultFromKnownException(const std::bad_alloc& exception, const DiagnosticsInfo& diagnostics,…
2523 …SULT ResultFromKnownException(const std::exception& exception, const DiagnosticsInfo& diagnostics,…
2533 …inline HRESULT ResultFromKnownException_CppWinRT(const DiagnosticsInfo& diagnostics, void* returnA…
2621 …ESULT ResultFromKnownException(Platform::Exception^ exception, const DiagnosticsInfo& diagnostics,…
3072 …__forceinline HRESULT ResultFromException(const DiagnosticsInfo& diagnostics, Functor&& functor) W…
3163 …__forceinline HRESULT ResultFromExceptionDebug(const DiagnosticsInfo& diagnostics, Functor&& funct…
[all …]
H A Dresource.h481 …explicit lambda_call_log(void* address, const DiagnosticsInfo& info, TLambda&& lambda) WI_NOEXCEPT… in lambda_call_log()
531 DiagnosticsInfo m_info;
553 …WI_NODISCARD inline __declspec(noinline) auto scope_exit_log(const DiagnosticsInfo& diagnostics, T… in scope_exit_log()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dndhelper.h19 } DiagnosticsInfo, *PDiagnosticsInfo; typedef
81 STDMETHOD_(HRESULT,GetDiagnosticsInfo)(THIS_ RETVAL DiagnosticsInfo **ppInfo) PURE; in DECLARE_INTERFACE_()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dndhelper.h19 } DiagnosticsInfo, *PDiagnosticsInfo; typedef
81 STDMETHOD_(HRESULT,GetDiagnosticsInfo)(THIS_ RETVAL DiagnosticsInfo **ppInfo) PURE; in DECLARE_INTERFACE_()