Home
last modified time | relevance | path

Searched refs:DispHTMLDDElement (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h1088 typedef struct DispHTMLDDElement DispHTMLDDElement; typedef
16057 struct DispHTMLDDElement : public IDispatch { struct
16062 HRESULT (WINAPI *QueryInterface)(DispHTMLDDElement *This,REFIID riid,void **ppvObject);
16063 ULONG (WINAPI *AddRef)(DispHTMLDDElement *This);
16064 ULONG (WINAPI *Release)(DispHTMLDDElement *This);
16065 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLDDElement *This,UINT *pctinfo);
16066 … HRESULT (WINAPI *GetTypeInfo)(DispHTMLDDElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
16067 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLDDElement *This,REFIID riid,LPOLESTR *rgszNames,UINT cName…
16068 …HRESULT (WINAPI *Invoke)(DispHTMLDDElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wF…
16071 struct DispHTMLDDElement { struct
H A Dmshtml.h2088 typedef interface DispHTMLDDElement DispHTMLDDElement; typedef
2090 interface DispHTMLDDElement; variable
62697 DispHTMLDDElement : public IDispatch
62709 DispHTMLDDElement *This,
62714 DispHTMLDDElement *This);
62717 DispHTMLDDElement *This);
62721 DispHTMLDDElement *This,
62725 DispHTMLDDElement *This,
62731 DispHTMLDDElement *This,
62739 DispHTMLDDElement *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h1088 typedef struct DispHTMLDDElement DispHTMLDDElement; typedef
16057 struct DispHTMLDDElement : public IDispatch { struct
16062 HRESULT (WINAPI *QueryInterface)(DispHTMLDDElement *This,REFIID riid,void **ppvObject);
16063 ULONG (WINAPI *AddRef)(DispHTMLDDElement *This);
16064 ULONG (WINAPI *Release)(DispHTMLDDElement *This);
16065 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLDDElement *This,UINT *pctinfo);
16066 … HRESULT (WINAPI *GetTypeInfo)(DispHTMLDDElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
16067 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLDDElement *This,REFIID riid,LPOLESTR *rgszNames,UINT cName…
16068 …HRESULT (WINAPI *Invoke)(DispHTMLDDElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wF…
16071 struct DispHTMLDDElement { struct
H A Dmshtml.h2088 typedef interface DispHTMLDDElement DispHTMLDDElement; typedef
2090 interface DispHTMLDDElement; variable
62697 DispHTMLDDElement : public IDispatch
62709 DispHTMLDDElement *This,
62714 DispHTMLDDElement *This);
62717 DispHTMLDDElement *This);
62721 DispHTMLDDElement *This,
62725 DispHTMLDDElement *This,
62731 DispHTMLDDElement *This,
62739 DispHTMLDDElement *This,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs6272 pub type DispHTMLDDElement = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs10793 pub struct DispHTMLDDElement(::windows::runtime::IUnknown); struct
10794 impl DispHTMLDDElement {} impl
10795 unsafe impl ::windows::runtime::Interface for DispHTMLDDElement { implementation
10799 impl ::std::convert::From<DispHTMLDDElement> for ::windows::runtime::IUnknown {
10800 fn from(value: DispHTMLDDElement) -> Self { in from()
10804 impl ::std::convert::From<&DispHTMLDDElement> for ::windows::runtime::IUnknown {
10805 fn from(value: &DispHTMLDDElement) -> Self { in from()
10809 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for DispHTMLDDElement { implementation
10814 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &DispHTMLDDElement { implementation
10821 fn from(value: DispHTMLDDElement) -> Self { in from()
[all …]