Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Docmm.h52 typedef struct IImageDecodeEventSink IImageDecodeEventSink; typedef
335 struct IImageDecodeEventSink : public IUnknown { struct
358 struct IImageDecodeEventSink { struct
359 CONST_VTBL struct IImageDecodeEventSinkVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Docmm.h52 typedef struct IImageDecodeEventSink IImageDecodeEventSink; typedef
335 struct IImageDecodeEventSink : public IUnknown { struct
358 struct IImageDecodeEventSink { struct
359 CONST_VTBL struct IImageDecodeEventSinkVtbl *lpVtbl; argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs90894 pub struct IImageDecodeEventSink(::windows::runtime::IUnknown); struct
90895 impl IImageDecodeEventSink { impl
90917 unsafe impl ::windows::runtime::Interface for IImageDecodeEventSink { implementation
90931 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IImageDecodeEventSink { implementation
90936 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IImageDecodeEventSink implementation
91009 impl ::std::convert::From<IImageDecodeEventSink2> for IImageDecodeEventSink { implementation
91014 impl ::std::convert::From<&IImageDecodeEventSink2> for IImageDecodeEventSink { implementation
91020 fn into_param(self) -> ::windows::runtime::Param<'a, IImageDecodeEventSink> { in into_param() argument
91025 fn into_param(self) -> ::windows::runtime::Param<'a, IImageDecodeEventSink> { in into_param() argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs8213 pub type IImageDecodeEventSink = *mut ::core::ffi::c_void; typedef