Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h183 typedef interface IMFActivate IMFActivate; typedef
185 interface IMFActivate; variable
H A Dmfapi.h36 typedef struct IMFActivate IMFActivate; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h183 typedef interface IMFActivate IMFActivate; typedef
185 interface IMFActivate; variable
H A Dmfapi.h36 typedef struct IMFActivate IMFActivate; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs60 …pub fn MFCreateASFStreamingMediaSinkActivate(pbytestreamactivate: IMFActivate, pcontentinfo: IMFAS… in MFCreateASFStreamingMediaSinkActivate()
202 …pub fn MFEnumDeviceSources(pattributes: IMFAttributes, pppsourceactivate: *mut *mut IMFActivate, p… in MFEnumDeviceSources()
297 …const MFT_REGISTER_TYPE_INFO, pattributes: IMFAttributes, pppmftactivate: *mut *mut IMFActivate, p… in MFTEnum2()
298 …ER_TYPE_INFO, poutputtype: *const MFT_REGISTER_TYPE_INFO, pppmftactivate: *mut *mut IMFActivate, p… in MFTEnumEx()
6624 pub type IMFActivate = *mut ::core::ffi::c_void; typedef