Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h39 typedef interface IWSDMetadataExchange IWSDMetadataExchange; typedef
41 interface IWSDMetadataExchange; variable
166 typedef interface IWSDMetadataExchange IWSDMetadataExchange; typedef
168 interface IWSDMetadataExchange; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h39 typedef interface IWSDMetadataExchange IWSDMetadataExchange; typedef
41 interface IWSDMetadataExchange; variable
166 typedef interface IWSDMetadataExchange IWSDMetadataExchange; typedef
168 interface IWSDMetadataExchange; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs1033 pub struct IWSDMetadataExchange(::windows::runtime::IUnknown); struct
1034 impl IWSDMetadataExchange { impl
1041 unsafe impl ::windows::runtime::Interface for IWSDMetadataExchange { implementation
1355 impl ::std::convert::From<IWSDServiceProxy> for IWSDMetadataExchange { implementation
1360 impl ::std::convert::From<&IWSDServiceProxy> for IWSDMetadataExchange { implementation
1366 fn into_param(self) -> ::windows::runtime::Param<'a, IWSDMetadataExchange> { in into_param() argument
1371 fn into_param(self) -> ::windows::runtime::Param<'a, IWSDMetadataExchange> { in into_param() argument
1540 impl ::std::convert::From<IWSDServiceProxyEventing> for IWSDMetadataExchange { implementation
1545 impl ::std::convert::From<&IWSDServiceProxyEventing> for IWSDMetadataExchange { implementation
1551 fn into_param(self) -> ::windows::runtime::Param<'a, IWSDMetadataExchange> { in into_param() argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs71 pub type IWSDMetadataExchange = *mut ::core::ffi::c_void; typedef