Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwdstptmgmt.h23 typedef interface IWdsTransportCacheable IWdsTransportCacheable; typedef
25 interface IWdsTransportCacheable; variable
426 typedef interface IWdsTransportCacheable IWdsTransportCacheable; typedef
428 interface IWdsTransportCacheable; variable
749 IWdsTransportCacheable *This,
761 IWdsTransportCacheable *This,
765 IWdsTransportCacheable *This,
771 IWdsTransportCacheable *This,
779 IWdsTransportCacheable *This,
791 IWdsTransportCacheable *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwdstptmgmt.h23 typedef interface IWdsTransportCacheable IWdsTransportCacheable; typedef
25 interface IWdsTransportCacheable; variable
426 typedef interface IWdsTransportCacheable IWdsTransportCacheable; typedef
428 interface IWdsTransportCacheable; variable
749 IWdsTransportCacheable *This,
761 IWdsTransportCacheable *This,
765 IWdsTransportCacheable *This,
771 IWdsTransportCacheable *This,
779 IWdsTransportCacheable *This,
791 IWdsTransportCacheable *This,
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DeploymentServices/
H A Dmod.rs70 pub struct IWdsTransportCacheable(::windows::runtime::IUnknown); struct
71 impl IWdsTransportCacheable { implementation
86 unsafe impl ::windows::runtime::Interface for IWdsTransportCacheable { implementation
90 impl ::std::convert::From<IWdsTransportCacheable> for ::windows::runtime::IUnknown {
91 fn from(value: IWdsTransportCacheable) -> Self { in from()
95 impl ::std::convert::From<&IWdsTransportCacheable> for ::windows::runtime::IUnknown {
96 fn from(value: &IWdsTransportCacheable) -> Self { in from()
112 fn from(value: IWdsTransportCacheable) -> Self { in from()
118 fn from(value: &IWdsTransportCacheable) -> Self { in from()
903 fn into_param(self) -> ::windows::runtime::Param<'a, IWdsTransportCacheable> { 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/DeploymentServices/
H A Dmod.rs201 pub type IWdsTransportCacheable = *mut ::core::ffi::c_void; typedef