Home
last modified time | relevance | path

Searched refs:IWSDAsyncResult (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h23 typedef interface IWSDAsyncResult IWSDAsyncResult; typedef
25 interface IWSDAsyncResult; variable
150 typedef interface IWSDAsyncResult IWSDAsyncResult; typedef
152 interface IWSDAsyncResult; variable
223 IWSDAsyncResult *This,
235 IWSDAsyncResult *This,
240 IWSDAsyncResult *This,
247 IWSDAsyncResult *This,
254 IWSDAsyncResult *This,
258 IWSDAsyncResult *This,
[all …]
H A Dwsdapi.h14 typedef struct IWSDAsyncResult IWSDAsyncResult; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h23 typedef interface IWSDAsyncResult IWSDAsyncResult; typedef
25 interface IWSDAsyncResult; variable
150 typedef interface IWSDAsyncResult IWSDAsyncResult; typedef
152 interface IWSDAsyncResult; variable
223 IWSDAsyncResult *This,
235 IWSDAsyncResult *This,
240 IWSDAsyncResult *This,
247 IWSDAsyncResult *This,
254 IWSDAsyncResult *This,
258 IWSDAsyncResult *This,
[all …]
H A Dwsdapi.h14 typedef struct IWSDAsyncResult IWSDAsyncResult; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs107 pub struct IWSDAsyncResult(::windows::runtime::IUnknown); struct
108 impl IWSDAsyncResult { impl
136 unsafe impl ::windows::runtime::Interface for IWSDAsyncResult { implementation
140 impl ::std::convert::From<IWSDAsyncResult> for ::windows::runtime::IUnknown {
141 fn from(value: IWSDAsyncResult) -> Self { in from()
145 impl ::std::convert::From<&IWSDAsyncResult> for ::windows::runtime::IUnknown {
146 fn from(value: &IWSDAsyncResult) -> Self { in from()
150 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWSDAsyncResult { implementation
366 pub unsafe fn BeginGetMetadata(&self) -> ::windows::runtime::Result<IWSDAsyncResult> { in BeginGetMetadata() argument
1300 pub unsafe fn BeginGetMetadata(&self) -> ::windows::runtime::Result<IWSDAsyncResult> { in BeginGetMetadata() 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.rs59 pub type IWSDAsyncResult = *mut ::core::ffi::c_void; typedef