Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h63 typedef interface IWSDDeviceProxy IWSDDeviceProxy; typedef
65 interface IWSDDeviceProxy; variable
126 typedef interface IWSDDeviceProxy IWSDDeviceProxy; typedef
128 interface IWSDDeviceProxy; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwsdclient.h63 typedef interface IWSDDeviceProxy IWSDDeviceProxy; typedef
65 interface IWSDDeviceProxy; variable
126 typedef interface IWSDDeviceProxy IWSDDeviceProxy; typedef
128 interface IWSDDeviceProxy; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs360 pub struct IWSDDeviceProxy(::windows::runtime::IUnknown); struct
361 impl IWSDDeviceProxy { implementation
408 unsafe impl ::windows::runtime::Interface for IWSDDeviceProxy { implementation
422 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IWSDDeviceProxy { implementation
427 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IWSDDeviceProxy { implementation
3074 …>>(pszdeviceid: Param0, pszlocalid: Param1, pcontext: Param2) -> ::windows::runtime::Result<IWSDDe… in WSDCreateDeviceProxy()
3089 … pconfigparams: *const WSD_CONFIG_PARAM, dwconfigparamcount: u32) -> ::windows::runtime::Result<IW… in WSDCreateDeviceProxy2()
3104 …pdeviceaddress: Param1, pszlocalid: Param2, pcontext: Param3) -> ::windows::runtime::Result<IWSDDe… in WSDCreateDeviceProxyAdvanced()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/WebServicesOnDevices/
H A Dmod.rs63 pub type IWSDDeviceProxy = *mut ::core::ffi::c_void; typedef