Home
last modified time | relevance | path

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

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/
H A Dmfstream.cpp216 STDMETHODIMP MFStream::EndWrite(IMFAsyncResult *, in EndWrite() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h95 typedef interface IMFAsyncResult IMFAsyncResult; typedef
97 interface IMFAsyncResult; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h95 typedef interface IMFAsyncResult IMFAsyncResult; typedef
97 interface IMFAsyncResult; variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs199 …pub fn MFEndCreateFile(presult: IMFAsyncResult, ppfile: *mut IMFByteStream) -> ::windows_sys::core… in MFEndCreateFile()
200 …pub fn MFEndRegisterWorkQueueWithMMCSS(presult: IMFAsyncResult, pdwtaskid: *mut u32) -> ::windows_… in MFEndRegisterWorkQueueWithMMCSS()
274 …orkItem(hevent: super::super::Foundation::HANDLE, priority: i32, presult: IMFAsyncResult, pkey: *m… in MFPutWaitingWorkItem()
288 …pub fn MFScheduleWorkItemEx(presult: IMFAsyncResult, timeout: i64, pkey: *mut u64) -> ::windows_sy… in MFScheduleWorkItemEx()
6627 pub type IMFAsyncResult = *mut ::core::ffi::c_void; typedef