Home
last modified time | relevance | path

Searched refs:IMFRemoteAsyncCallback (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h135 typedef interface IMFRemoteAsyncCallback IMFRemoteAsyncCallback; typedef
137 interface IMFRemoteAsyncCallback; variable
4168 typedef interface IMFRemoteAsyncCallback IMFRemoteAsyncCallback; typedef
4170 interface IMFRemoteAsyncCallback; variable
4296 IMFRemoteAsyncCallback *pCallback);
4318 IMFRemoteAsyncCallback *pCallback);
4359 IMFRemoteAsyncCallback *This,
4364 IMFRemoteAsyncCallback *This);
4367 IMFRemoteAsyncCallback *This);
4371 IMFRemoteAsyncCallback *This,
[all …]
H A Dmfidl.h5250 IMFRemoteAsyncCallback *pCallback);
5272 IMFRemoteAsyncCallback *pCallback);
5301 IMFRemoteAsyncCallback *pCallback);
5327 IMFRemoteAsyncCallback *pCallback);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h135 typedef interface IMFRemoteAsyncCallback IMFRemoteAsyncCallback; typedef
137 interface IMFRemoteAsyncCallback; variable
4168 typedef interface IMFRemoteAsyncCallback IMFRemoteAsyncCallback; typedef
4170 interface IMFRemoteAsyncCallback; variable
4296 IMFRemoteAsyncCallback *pCallback);
4318 IMFRemoteAsyncCallback *pCallback);
4359 IMFRemoteAsyncCallback *This,
4364 IMFRemoteAsyncCallback *This);
4367 IMFRemoteAsyncCallback *This);
4371 IMFRemoteAsyncCallback *This,
[all …]
H A Dmfidl.h5250 IMFRemoteAsyncCallback *pCallback);
5272 IMFRemoteAsyncCallback *pCallback);
5301 IMFRemoteAsyncCallback *pCallback);
5327 IMFRemoteAsyncCallback *pCallback);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs31228 pub struct IMFRemoteAsyncCallback(::windows::runtime::IUnknown);
31229 impl IMFRemoteAsyncCallback {
31234 unsafe impl ::windows::runtime::Interface for IMFRemoteAsyncCallback {
31238 impl ::std::convert::From<IMFRemoteAsyncCallback> for ::windows::runtime::IUnknown {
31239 fn from(value: IMFRemoteAsyncCallback) -> Self {
31243 impl ::std::convert::From<&IMFRemoteAsyncCallback> for ::windows::runtime::IUnknown {
31244 fn from(value: &IMFRemoteAsyncCallback) -> Self {
31248 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IMFRemoteAsyncCallback
31253 …l<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IMFRemoteAsyncCallback {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs6789 pub type IMFRemoteAsyncCallback = *mut ::core::ffi::c_void; typedef