Home
last modified time | relevance | path

Searched refs:IConnectionRequestCallback (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dportabledeviceconnectapi.h15 typedef struct IConnectionRequestCallback ILocationReport;
19 #define INTERFACE IConnectionRequestCallback
20 DECLARE_INTERFACE_(IConnectionRequestCallback,IUnknown) in DECLARE_INTERFACE_() argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dportabledeviceconnectapi.h15 typedef struct IConnectionRequestCallback ILocationReport;
19 #define INTERFACE IConnectionRequestCallback
20 DECLARE_INTERFACE_(IConnectionRequestCallback,IUnknown) in DECLARE_INTERFACE_() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/PortableDevices/
H A Dmod.rs128 pub struct IConnectionRequestCallback(::windows::runtime::IUnknown); struct
129 impl IConnectionRequestCallback { implementation
134 unsafe impl ::windows::runtime::Interface for IConnectionRequestCallback { implementation
138 impl ::std::convert::From<IConnectionRequestCallback> for ::windows::runtime::IUnknown {
139 fn from(value: IConnectionRequestCallback) -> Self { in from()
143 impl ::std::convert::From<&IConnectionRequestCallback> for ::windows::runtime::IUnknown {
144 fn from(value: &IConnectionRequestCallback) -> Self { in from()
148 …a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IConnectionRequestCallback { implementation
153 …> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IConnectionRequestCallback { implementation
560 …pub unsafe fn Connect<'a, Param0: ::windows::runtime::IntoParam<'a, IConnectionRequestCallback>>(&… in Connect()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/PortableDevices/
H A Dmod.rs109 pub type IConnectionRequestCallback = *mut ::core::ffi::c_void; typedef