Home
last modified time | relevance | path

Searched defs:IEnumComponentTypes (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtuner.h279 typedef interface IEnumComponentTypes IEnumComponentTypes; typedef
281 interface IEnumComponentTypes; variable
1126 typedef interface IEnumComponentTypes IEnumComponentTypes; typedef
1128 interface IEnumComponentTypes; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtuner.h279 typedef interface IEnumComponentTypes IEnumComponentTypes; typedef
281 interface IEnumComponentTypes; variable
1126 typedef interface IEnumComponentTypes IEnumComponentTypes; typedef
1128 interface IEnumComponentTypes; variable
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Dbdadefs.h45 class IEnumComponentTypes; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs23998 pub unsafe fn EnumComponentTypes(&self) -> ::windows::runtime::Result<IEnumComponentTypes> { in EnumComponentTypes()
35153 pub struct IEnumComponentTypes(::windows::runtime::IUnknown); struct
35154 impl IEnumComponentTypes { implementation
35164 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IEnumComponentTypes> { in Clone()
35169 unsafe impl ::windows::runtime::Interface for IEnumComponentTypes { implementation
35183 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IEnumComponentTypes { implementation
35188 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IEnumComponentTypes { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs5197 pub type IEnumComponentTypes = *mut ::core::ffi::c_void; typedef