Home
last modified time | relevance | path

Searched defs:IPartsList (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddevicetopology.h167 typedef interface IPartsList IPartsList; typedef
169 interface IPartsList; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddevicetopology.h167 typedef interface IPartsList IPartsList; typedef
169 interface IPartsList; variable
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h149 typedef interface IPartsList IPartsList; typedef
203 typedef interface IPartsList IPartsList; typedef
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h149 typedef interface IPartsList IPartsList; typedef
203 typedef interface IPartsList IPartsList; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h149 typedef interface IPartsList IPartsList; typedef
203 typedef interface IPartsList IPartsList; typedef
/dports/audio/portaudio/portaudio/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h149 typedef interface IPartsList IPartsList; typedef
203 typedef interface IPartsList IPartsList; typedef
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/wasapi/mingw-include/
H A Ddevicetopology.h149 typedef interface IPartsList IPartsList; typedef
203 typedef interface IPartsList IPartsList; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs5507 …lf, pipartfrom: Param0, pipartto: Param1, brejectmixedpaths: Param2) -> ::windows::runtime::Result… in GetSignalPath()
6294 pub unsafe fn EnumPartsIncoming(&self) -> ::windows::runtime::Result<IPartsList> { in EnumPartsIncoming()
6298 pub unsafe fn EnumPartsOutgoing(&self) -> ::windows::runtime::Result<IPartsList> { in EnumPartsOutgoing()
6364 pub struct IPartsList(::windows::runtime::IUnknown); struct
6365 impl IPartsList { implementation
6375 unsafe impl ::windows::runtime::Interface for IPartsList { implementation
6389 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IPartsList { implementation
6394 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IPartsList { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/
H A Dmod.rs1309 pub type IPartsList = *mut ::core::ffi::c_void; typedef