Home
last modified time | relevance | path

Searched defs:IWSDServiceProxy (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h71 typedef interface IWSDServiceProxy IWSDServiceProxy; typedef
73 interface IWSDServiceProxy; variable
134 typedef interface IWSDServiceProxy IWSDServiceProxy; typedef
136 interface IWSDServiceProxy; variable
H A Dwsdapi.h15 typedef struct IWSDServiceProxy IWSDServiceProxy; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h71 typedef interface IWSDServiceProxy IWSDServiceProxy; typedef
73 interface IWSDServiceProxy; variable
134 typedef interface IWSDServiceProxy IWSDServiceProxy; typedef
136 interface IWSDServiceProxy; variable
H A Dwsdapi.h15 typedef struct IWSDServiceProxy IWSDServiceProxy; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs1293 pub struct IWSDServiceProxy(::windows::runtime::IUnknown); struct
1294 impl IWSDServiceProxy { implementation
1331 unsafe impl ::windows::runtime::Interface for IWSDServiceProxy { implementation
1345 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWSDServiceProxy { implementation
1350 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWSDServiceProxy { implementation
1365 impl<'a> ::windows::runtime::IntoParam<'a, IWSDMetadataExchange> for IWSDServiceProxy { implementation
1370 impl<'a> ::windows::runtime::IntoParam<'a, IWSDMetadataExchange> for &IWSDServiceProxy { implementation
1520 impl ::std::convert::From<IWSDServiceProxyEventing> for IWSDServiceProxy { implementation
1525 impl ::std::convert::From<&IWSDServiceProxyEventing> for IWSDServiceProxy { implementation
1531 fn into_param(self) -> ::windows::runtime::Param<'a, IWSDServiceProxy> { 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.rs76 pub type IWSDServiceProxy = *mut ::core::ffi::c_void; typedef