Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h87 typedef interface IDebugExpressionContext IDebugExpressionContext; typedef
89 interface IDebugExpressionContext; variable
799 typedef interface IDebugExpressionContext IDebugExpressionContext; typedef
801 interface IDebugExpressionContext; variable
2063 IDebugExpressionContext *This,
2075 IDebugExpressionContext *This,
2083 IDebugExpressionContext *This,
2090 interface IDebugExpressionContext {
9139 IDebugExpressionContext **ppdec,
9473 typedef interface IDebugExpressionContext IDebugExpressionContext; typedef
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dactivdbg.h87 typedef interface IDebugExpressionContext IDebugExpressionContext; typedef
89 interface IDebugExpressionContext; variable
799 typedef interface IDebugExpressionContext IDebugExpressionContext; typedef
801 interface IDebugExpressionContext; variable
2063 IDebugExpressionContext *This,
2075 IDebugExpressionContext *This,
2083 IDebugExpressionContext *This,
2090 interface IDebugExpressionContext {
9139 IDebugExpressionContext **ppdec,
9473 typedef interface IDebugExpressionContext IDebugExpressionContext; typedef
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs25814 pub struct IDebugExpressionContext(::windows::runtime::IUnknown); struct
25815 impl IDebugExpressionContext { impl
25826 unsafe impl ::windows::runtime::Interface for IDebugExpressionContext { implementation
25830 impl ::std::convert::From<IDebugExpressionContext> for ::windows::runtime::IUnknown {
25831 fn from(value: IDebugExpressionContext) -> Self { in from()
25835 impl ::std::convert::From<&IDebugExpressionContext> for ::windows::runtime::IUnknown {
25836 fn from(value: &IDebugExpressionContext) -> Self { in from()
25840 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDebugExpressionContext { implementation
25845 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDebugExpressionContext { implementation
34091 …pub unsafe fn Next(&self, celt: u32, ppdec: *mut ::std::option::Option<IDebugExpressionContext>, p… in Next() argument
/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.rs4481 pub type IDebugExpressionContext = *mut ::core::ffi::c_void; typedef