Home
last modified time | relevance | path

Searched refs:IHTMLBlockElement (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomdefsp.h370 _COM_SMARTPTR_TYPEDEF(IHTMLBlockElement,__uuidof(IHTMLBlockElement));
H A Dmshtmlc.h1040 typedef struct IHTMLBlockElement IHTMLBlockElement; typedef
15787 struct IHTMLBlockElement : public IDispatch { struct
15795 HRESULT (WINAPI *QueryInterface)(IHTMLBlockElement *This,REFIID riid,void **ppvObject);
15796 ULONG (WINAPI *AddRef)(IHTMLBlockElement *This);
15797 ULONG (WINAPI *Release)(IHTMLBlockElement *This);
15798 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLBlockElement *This,UINT *pctinfo);
15802 HRESULT (WINAPI *put_clear)(IHTMLBlockElement *This,BSTR v);
15803 HRESULT (WINAPI *get_clear)(IHTMLBlockElement *This,BSTR *p);
15806 struct IHTMLBlockElement { struct
15821 HRESULT WINAPI IHTMLBlockElement_put_clear_Proxy(IHTMLBlockElement *This,BSTR v);
[all …]
H A Dmshtml.h2014 typedef interface IHTMLBlockElement IHTMLBlockElement; typedef
2016 interface IHTMLBlockElement; variable
61743 IHTMLBlockElement *This,
61748 IHTMLBlockElement *This);
61755 IHTMLBlockElement *This,
61759 IHTMLBlockElement *This,
61765 IHTMLBlockElement *This,
61773 IHTMLBlockElement *This,
61785 IHTMLBlockElement *This,
61789 IHTMLBlockElement *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomdefsp.h370 _COM_SMARTPTR_TYPEDEF(IHTMLBlockElement,__uuidof(IHTMLBlockElement));
H A Dmshtmlc.h1040 typedef struct IHTMLBlockElement IHTMLBlockElement; typedef
15787 struct IHTMLBlockElement : public IDispatch { struct
15795 HRESULT (WINAPI *QueryInterface)(IHTMLBlockElement *This,REFIID riid,void **ppvObject);
15796 ULONG (WINAPI *AddRef)(IHTMLBlockElement *This);
15797 ULONG (WINAPI *Release)(IHTMLBlockElement *This);
15798 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLBlockElement *This,UINT *pctinfo);
15802 HRESULT (WINAPI *put_clear)(IHTMLBlockElement *This,BSTR v);
15803 HRESULT (WINAPI *get_clear)(IHTMLBlockElement *This,BSTR *p);
15806 struct IHTMLBlockElement { struct
15821 HRESULT WINAPI IHTMLBlockElement_put_clear_Proxy(IHTMLBlockElement *This,BSTR v);
[all …]
H A Dmshtml.h2014 typedef interface IHTMLBlockElement IHTMLBlockElement; typedef
2016 interface IHTMLBlockElement; variable
61743 IHTMLBlockElement *This,
61748 IHTMLBlockElement *This);
61755 IHTMLBlockElement *This,
61759 IHTMLBlockElement *This,
61765 IHTMLBlockElement *This,
61773 IHTMLBlockElement *This,
61785 IHTMLBlockElement *This,
61789 IHTMLBlockElement *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.rs7878 pub type IHTMLBlockElement = *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.rs39955 pub struct IHTMLBlockElement(::windows::runtime::IUnknown); struct
39956 impl IHTMLBlockElement { impl
39967 unsafe impl ::windows::runtime::Interface for IHTMLBlockElement { implementation
39971 impl ::std::convert::From<IHTMLBlockElement> for ::windows::runtime::IUnknown {
39972 fn from(value: IHTMLBlockElement) -> Self { in from()
39976 impl ::std::convert::From<&IHTMLBlockElement> for ::windows::runtime::IUnknown {
39977 fn from(value: &IHTMLBlockElement) -> Self { in from()
39981 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IHTMLBlockElement { implementation
39986 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IHTMLBlockElement { implementation
39993 fn from(value: IHTMLBlockElement) -> Self { in from()
[all …]