Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h2342 typedef struct DispHTMLScriptElement DispHTMLScriptElement; typedef
26965 struct DispHTMLScriptElement : public IDispatch { struct
26970 HRESULT (WINAPI *QueryInterface)(DispHTMLScriptElement *This,REFIID riid,void **ppvObject);
26971 ULONG (WINAPI *AddRef)(DispHTMLScriptElement *This);
26972 ULONG (WINAPI *Release)(DispHTMLScriptElement *This);
26973 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLScriptElement *This,UINT *pctinfo);
26974 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLScriptElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf…
26975 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLScriptElement *This,REFIID riid,LPOLESTR *rgszNames,UINT c…
26976 …HRESULT (WINAPI *Invoke)(DispHTMLScriptElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WOR…
26979 struct DispHTMLScriptElement { struct
H A Dmshtml.h4344 typedef interface DispHTMLScriptElement DispHTMLScriptElement; typedef
4346 interface DispHTMLScriptElement; variable
105654 DispHTMLScriptElement : public IDispatch
105666 DispHTMLScriptElement *This,
105671 DispHTMLScriptElement *This);
105674 DispHTMLScriptElement *This);
105678 DispHTMLScriptElement *This,
105682 DispHTMLScriptElement *This,
105688 DispHTMLScriptElement *This,
105696 DispHTMLScriptElement *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h2342 typedef struct DispHTMLScriptElement DispHTMLScriptElement; typedef
26965 struct DispHTMLScriptElement : public IDispatch { struct
26970 HRESULT (WINAPI *QueryInterface)(DispHTMLScriptElement *This,REFIID riid,void **ppvObject);
26971 ULONG (WINAPI *AddRef)(DispHTMLScriptElement *This);
26972 ULONG (WINAPI *Release)(DispHTMLScriptElement *This);
26973 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLScriptElement *This,UINT *pctinfo);
26974 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLScriptElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf…
26975 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLScriptElement *This,REFIID riid,LPOLESTR *rgszNames,UINT c…
26976 …HRESULT (WINAPI *Invoke)(DispHTMLScriptElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WOR…
26979 struct DispHTMLScriptElement { struct
H A Dmshtml.h4344 typedef interface DispHTMLScriptElement DispHTMLScriptElement; typedef
4346 interface DispHTMLScriptElement; variable
105654 DispHTMLScriptElement : public IDispatch
105666 DispHTMLScriptElement *This,
105671 DispHTMLScriptElement *This);
105674 DispHTMLScriptElement *This);
105678 DispHTMLScriptElement *This,
105682 DispHTMLScriptElement *This,
105688 DispHTMLScriptElement *This,
105696 DispHTMLScriptElement *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.rs6336 pub type DispHTMLScriptElement = *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.rs15081 pub struct DispHTMLScriptElement(::windows::runtime::IUnknown); struct
15082 impl DispHTMLScriptElement {} implementation
15083 unsafe impl ::windows::runtime::Interface for DispHTMLScriptElement { implementation
15087 impl ::std::convert::From<DispHTMLScriptElement> for ::windows::runtime::IUnknown {
15088 fn from(value: DispHTMLScriptElement) -> Self { in from()
15092 impl ::std::convert::From<&DispHTMLScriptElement> for ::windows::runtime::IUnknown {
15093 fn from(value: &DispHTMLScriptElement) -> Self { in from()
15097 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for DispHTMLScriptElement { implementation
15102 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &DispHTMLScriptElement implementation
15109 fn from(value: DispHTMLScriptElement) -> Self { in from()
[all …]