Home
last modified time | relevance | path

Searched refs:IEnumDebugExpressionContexts (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h487 typedef interface IEnumDebugExpressionContexts IEnumDebugExpressionContexts; typedef
489 interface IEnumDebugExpressionContexts; variable
895 typedef interface IEnumDebugExpressionContexts IEnumDebugExpressionContexts; typedef
897 interface IEnumDebugExpressionContexts; variable
9051 IEnumDebugExpressionContexts *This,
9082 interface IEnumDebugExpressionContexts {
9127 IEnumDebugExpressionContexts* This,
9137 IEnumDebugExpressionContexts* This,
9142 IEnumDebugExpressionContexts* This,
9577 typedef interface IEnumDebugExpressionContexts IEnumDebugExpressionContexts; typedef
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h487 typedef interface IEnumDebugExpressionContexts IEnumDebugExpressionContexts; typedef
489 interface IEnumDebugExpressionContexts; variable
895 typedef interface IEnumDebugExpressionContexts IEnumDebugExpressionContexts; typedef
897 interface IEnumDebugExpressionContexts; variable
9051 IEnumDebugExpressionContexts *This,
9082 interface IEnumDebugExpressionContexts {
9127 IEnumDebugExpressionContexts* This,
9137 IEnumDebugExpressionContexts* This,
9142 IEnumDebugExpressionContexts* This,
9577 typedef interface IEnumDebugExpressionContexts IEnumDebugExpressionContexts; typedef
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs34089 pub struct IEnumDebugExpressionContexts(::windows::runtime::IUnknown); struct
34090 impl IEnumDebugExpressionContexts { implementation
34100 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IEnumDebugExpressionContexts> { in Clone() argument
34105 unsafe impl ::windows::runtime::Interface for IEnumDebugExpressionContexts { implementation
34109 impl ::std::convert::From<IEnumDebugExpressionContexts> for ::windows::runtime::IUnknown {
34110 fn from(value: IEnumDebugExpressionContexts) -> Self { in from()
34114 impl ::std::convert::From<&IEnumDebugExpressionContexts> for ::windows::runtime::IUnknown {
34115 fn from(value: &IEnumDebugExpressionContexts) -> Self { in from()
34119 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IEnumDebugExpressionContexts { implementation
34124 …::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IEnumDebugExpressionContexts { implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4550 pub type IEnumDebugExpressionContexts = *mut ::core::ffi::c_void; typedef