Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsddisco.h55 typedef interface IWSDiscoveryPublisherNotify IWSDiscoveryPublisherNotify; typedef
57 interface IWSDiscoveryPublisherNotify; variable
125 typedef interface IWSDiscoveryPublisherNotify IWSDiscoveryPublisherNotify; typedef
127 interface IWSDiscoveryPublisherNotify; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsddisco.h55 typedef interface IWSDiscoveryPublisherNotify IWSDiscoveryPublisherNotify; typedef
57 interface IWSDiscoveryPublisherNotify; variable
125 typedef interface IWSDiscoveryPublisherNotify IWSDiscoveryPublisherNotify; typedef
127 interface IWSDiscoveryPublisherNotify; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs2632 pub struct IWSDiscoveryPublisherNotify(::windows::runtime::IUnknown); struct
2633 impl IWSDiscoveryPublisherNotify { implementation
2643 unsafe impl ::windows::runtime::Interface for IWSDiscoveryPublisherNotify { implementation
2657 …> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWSDiscoveryPublisherNotify { implementation
2662 … ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWSDiscoveryPublisherNotify { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs87 pub type IWSDiscoveryPublisherNotify = *mut ::core::ffi::c_void; typedef