Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h575 typedef interface IAMPluginControl IAMPluginControl; typedef
577 interface IAMPluginControl; variable
10926 IAMPluginControl *This,
10938 IAMPluginControl *This,
10943 IAMPluginControl *This,
10949 IAMPluginControl *This,
10954 IAMPluginControl *This,
10958 IAMPluginControl *This,
10963 IAMPluginControl *This,
10974 interface IAMPluginControl {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h575 typedef interface IAMPluginControl IAMPluginControl; typedef
577 interface IAMPluginControl; variable
10926 IAMPluginControl *This,
10938 IAMPluginControl *This,
10943 IAMPluginControl *This,
10949 IAMPluginControl *This,
10954 IAMPluginControl *This,
10958 IAMPluginControl *This,
10963 IAMPluginControl *This,
10974 interface IAMPluginControl {
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs4974 pub type IAMPluginControl = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs13198 pub struct IAMPluginControl(::windows::runtime::IUnknown); struct
13199 impl IAMPluginControl { impl
13226 unsafe impl ::windows::runtime::Interface for IAMPluginControl { implementation
13230 impl ::std::convert::From<IAMPluginControl> for ::windows::runtime::IUnknown {
13231 fn from(value: IAMPluginControl) -> Self { in from()
13235 impl ::std::convert::From<&IAMPluginControl> for ::windows::runtime::IUnknown {
13236 fn from(value: &IAMPluginControl) -> Self { in from()
13240 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAMPluginControl { implementation
13245 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAMPluginControl { implementation