Home
last modified time | relevance | path

Searched defs:IDtcNetworkAccessConfig2 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtxcoord.h92 typedef struct IDtcNetworkAccessConfig2 IDtcNetworkAccessConfig2; typedef
660 struct IDtcNetworkAccessConfig2 : public IDtcNetworkAccessConfig { struct
696 struct IDtcNetworkAccessConfig2 { struct
697 CONST_VTBL struct IDtcNetworkAccessConfig2Vtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtxcoord.h92 typedef struct IDtcNetworkAccessConfig2 IDtcNetworkAccessConfig2; typedef
660 struct IDtcNetworkAccessConfig2 : public IDtcNetworkAccessConfig { struct
696 struct IDtcNetworkAccessConfig2 { struct
697 CONST_VTBL struct IDtcNetworkAccessConfig2Vtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs1053 pub struct IDtcNetworkAccessConfig2(::windows::runtime::IUnknown); struct
1054 impl IDtcNetworkAccessConfig2 { implementation
1138 unsafe impl ::windows::runtime::Interface for IDtcNetworkAccessConfig2 { implementation
1152 …<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDtcNetworkAccessConfig2 { implementation
1157 …'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDtcNetworkAccessConfig2 { implementation
1172 impl<'a> ::windows::runtime::IntoParam<'a, IDtcNetworkAccessConfig> for IDtcNetworkAccessConfig2 { implementation
1177 impl<'a> ::windows::runtime::IntoParam<'a, IDtcNetworkAccessConfig> for &IDtcNetworkAccessConfig2 { implementation
1344 impl ::std::convert::From<IDtcNetworkAccessConfig3> for IDtcNetworkAccessConfig2 { implementation
1349 impl ::std::convert::From<&IDtcNetworkAccessConfig3> for IDtcNetworkAccessConfig2 { implementation
1355 fn into_param(self) -> ::windows::runtime::Param<'a, IDtcNetworkAccessConfig2> { in into_param() argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/DistributedTransactionCoordinator/
H A Dmod.rs69 pub type IDtcNetworkAccessConfig2 = *mut ::core::ffi::c_void; typedef