Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h4138 typedef interface IMPEG2StreamIdMap IMPEG2StreamIdMap; typedef
4140 interface IMPEG2StreamIdMap; variable
11205 typedef struct IMPEG2StreamIdMap IMPEG2StreamIdMap; typedef
13316 struct IMPEG2StreamIdMap : public IUnknown { struct
13325 HRESULT (WINAPI *QueryInterface)(IMPEG2StreamIdMap *This,REFIID riid,void **ppvObject);
13326 ULONG (WINAPI *AddRef)(IMPEG2StreamIdMap *This);
13327 ULONG (WINAPI *Release)(IMPEG2StreamIdMap *This);
13329 HRESULT (WINAPI *UnmapStreamId)(IMPEG2StreamIdMap *This,ULONG culStreamId,ULONG *pulStreamId);
13330 … HRESULT (WINAPI *EnumStreamIdMap)(IMPEG2StreamIdMap *This,IEnumStreamIdMap **ppIEnumStreamIdMap);
13333 struct IMPEG2StreamIdMap { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h4138 typedef interface IMPEG2StreamIdMap IMPEG2StreamIdMap; typedef
4140 interface IMPEG2StreamIdMap; variable
11205 typedef struct IMPEG2StreamIdMap IMPEG2StreamIdMap; typedef
13316 struct IMPEG2StreamIdMap : public IUnknown { struct
13325 HRESULT (WINAPI *QueryInterface)(IMPEG2StreamIdMap *This,REFIID riid,void **ppvObject);
13326 ULONG (WINAPI *AddRef)(IMPEG2StreamIdMap *This);
13327 ULONG (WINAPI *Release)(IMPEG2StreamIdMap *This);
13329 HRESULT (WINAPI *UnmapStreamId)(IMPEG2StreamIdMap *This,ULONG culStreamId,ULONG *pulStreamId);
13330 … HRESULT (WINAPI *EnumStreamIdMap)(IMPEG2StreamIdMap *This,IEnumStreamIdMap **ppIEnumStreamIdMap);
13333 struct IMPEG2StreamIdMap { struct
[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.rs5277 pub type IMPEG2StreamIdMap = *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.rs41928 pub struct IMPEG2StreamIdMap(::windows::runtime::IUnknown); struct
41929 impl IMPEG2StreamIdMap { impl
41941 unsafe impl ::windows::runtime::Interface for IMPEG2StreamIdMap { implementation
41945 impl ::std::convert::From<IMPEG2StreamIdMap> for ::windows::runtime::IUnknown {
41946 fn from(value: IMPEG2StreamIdMap) -> Self { in from()
41950 impl ::std::convert::From<&IMPEG2StreamIdMap> for ::windows::runtime::IUnknown {
41951 fn from(value: &IMPEG2StreamIdMap) -> Self { in from()
41955 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IMPEG2StreamIdMap { implementation
41960 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IMPEG2StreamIdMap { implementation