Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h11355 typedef struct IVMRMixerBitmap IVMRMixerBitmap; typedef
15943 struct IVMRMixerBitmap : public IUnknown { struct
15952 HRESULT (WINAPI *QueryInterface)(IVMRMixerBitmap *This,REFIID riid,void **ppvObject);
15953 ULONG (WINAPI *AddRef)(IVMRMixerBitmap *This);
15954 ULONG (WINAPI *Release)(IVMRMixerBitmap *This);
15955 HRESULT (WINAPI *SetAlphaBitmap)(IVMRMixerBitmap *This,const VMRALPHABITMAP *pBmpParms);
15956 … HRESULT (WINAPI *UpdateAlphaBitmapParameters)(IVMRMixerBitmap *This,PVMRALPHABITMAP pBmpParms);
15957 HRESULT (WINAPI *GetAlphaBitmapParameters)(IVMRMixerBitmap *This,PVMRALPHABITMAP pBmpParms);
15960 struct IVMRMixerBitmap { struct
15972 …HRESULT WINAPI IVMRMixerBitmap_SetAlphaBitmap_Proxy(IVMRMixerBitmap *This,const VMRALPHABITMAP *pB…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h11355 typedef struct IVMRMixerBitmap IVMRMixerBitmap; typedef
15943 struct IVMRMixerBitmap : public IUnknown { struct
15952 HRESULT (WINAPI *QueryInterface)(IVMRMixerBitmap *This,REFIID riid,void **ppvObject);
15953 ULONG (WINAPI *AddRef)(IVMRMixerBitmap *This);
15954 ULONG (WINAPI *Release)(IVMRMixerBitmap *This);
15955 HRESULT (WINAPI *SetAlphaBitmap)(IVMRMixerBitmap *This,const VMRALPHABITMAP *pBmpParms);
15956 … HRESULT (WINAPI *UpdateAlphaBitmapParameters)(IVMRMixerBitmap *This,PVMRALPHABITMAP pBmpParms);
15957 HRESULT (WINAPI *GetAlphaBitmapParameters)(IVMRMixerBitmap *This,PVMRALPHABITMAP pBmpParms);
15960 struct IVMRMixerBitmap { struct
15972 …HRESULT WINAPI IVMRMixerBitmap_SetAlphaBitmap_Proxy(IVMRMixerBitmap *This,const VMRALPHABITMAP *pB…
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs45382 pub unsafe fn _MixerBitmap(&self) -> ::windows::runtime::Result<IVMRMixerBitmap> { in _MixerBitmap() argument
52529 pub unsafe fn _MixerBitmap(&self) -> ::windows::runtime::Result<IVMRMixerBitmap> { in _MixerBitmap() argument
53344 pub unsafe fn _MixerBitmap(&self) -> ::windows::runtime::Result<IVMRMixerBitmap> { in _MixerBitmap() argument
53670 pub unsafe fn _MixerBitmap(&self) -> ::windows::runtime::Result<IVMRMixerBitmap> { in _MixerBitmap() argument
65680 pub struct IVMRMixerBitmap(::windows::runtime::IUnknown); struct
65681 impl IVMRMixerBitmap { implementation
65695 unsafe impl ::windows::runtime::Interface for IVMRMixerBitmap { implementation
65699 impl ::std::convert::From<IVMRMixerBitmap> for ::windows::runtime::IUnknown {
65700 fn from(value: IVMRMixerBitmap) -> Self { in from()
65704 impl ::std::convert::From<&IVMRMixerBitmap> for ::windows::runtime::IUnknown {
[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.rs5513 pub type IVMRMixerBitmap = *mut ::core::ffi::c_void; typedef