Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwdstptmgmt.h31 typedef interface IWdsTransportCollection IWdsTransportCollection; typedef
33 interface IWdsTransportCollection; variable
442 typedef interface IWdsTransportCollection IWdsTransportCollection; typedef
444 interface IWdsTransportCollection; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwdstptmgmt.h31 typedef interface IWdsTransportCollection IWdsTransportCollection; typedef
33 interface IWdsTransportCollection; variable
442 typedef interface IWdsTransportCollection IWdsTransportCollection; typedef
444 interface IWdsTransportCollection; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/DeploymentServices/
H A Dmod.rs290 pub struct IWdsTransportCollection(::windows::runtime::IUnknown); struct
291 impl IWdsTransportCollection { implementation
306 unsafe impl ::windows::runtime::Interface for IWdsTransportCollection { implementation
320 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWdsTransportCollection { implementation
646 pub unsafe fn RetrieveSessions(&self) -> ::windows::runtime::Result<IWdsTransportCollection> { in RetrieveSessions()
1278 pub unsafe fn RetrieveContents(&self) -> ::windows::runtime::Result<IWdsTransportCollection> { in RetrieveContents()
1480 pub unsafe fn RetrieveContents(&self) -> ::windows::runtime::Result<IWdsTransportCollection> { in RetrieveContents()
1791 pub unsafe fn RetrieveContents(&self) -> ::windows::runtime::Result<IWdsTransportCollection> { in RetrieveContents()
2017 pub unsafe fn RetrieveContents(&self) -> ::windows::runtime::Result<IWdsTransportCollection> { in RetrieveContents()
2281 pub unsafe fn RetrieveContents(&self) -> ::windows::runtime::Result<IWdsTransportCollection> { in RetrieveContents()
[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.rs203 pub type IWdsTransportCollection = *mut ::core::ffi::c_void; typedef