Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h159 typedef struct IHTMLCurrentStyle2 IHTMLCurrentStyle2; typedef
8144 struct IHTMLCurrentStyle2 : public IDispatch { struct
8169 ULONG (WINAPI *AddRef)(IHTMLCurrentStyle2 *This);
8170 ULONG (WINAPI *Release)(IHTMLCurrentStyle2 *This);
8175 HRESULT (WINAPI *get_layoutFlow)(IHTMLCurrentStyle2 *This,BSTR *p);
8176 HRESULT (WINAPI *get_wordWrap)(IHTMLCurrentStyle2 *This,BSTR *p);
8187 HRESULT (WINAPI *get_writingMode)(IHTMLCurrentStyle2 *This,BSTR *p);
8188 HRESULT (WINAPI *get_zoom)(IHTMLCurrentStyle2 *This,VARIANT *p);
8189 HRESULT (WINAPI *get_filter)(IHTMLCurrentStyle2 *This,BSTR *p);
8190 HRESULT (WINAPI *get_textAlignLast)(IHTMLCurrentStyle2 *This,BSTR *p);
[all …]
H A Dmshtml.h434 typedef interface IHTMLCurrentStyle2 IHTMLCurrentStyle2; typedef
436 interface IHTMLCurrentStyle2; variable
30849 IHTMLCurrentStyle2 *This,
30861 IHTMLCurrentStyle2 *This,
30865 IHTMLCurrentStyle2 *This,
30871 IHTMLCurrentStyle2 *This,
30879 IHTMLCurrentStyle2 *This,
30891 IHTMLCurrentStyle2 *This,
30895 IHTMLCurrentStyle2 *This,
30899 IHTMLCurrentStyle2 *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h159 typedef struct IHTMLCurrentStyle2 IHTMLCurrentStyle2; typedef
8144 struct IHTMLCurrentStyle2 : public IDispatch { struct
8169 ULONG (WINAPI *AddRef)(IHTMLCurrentStyle2 *This);
8170 ULONG (WINAPI *Release)(IHTMLCurrentStyle2 *This);
8175 HRESULT (WINAPI *get_layoutFlow)(IHTMLCurrentStyle2 *This,BSTR *p);
8176 HRESULT (WINAPI *get_wordWrap)(IHTMLCurrentStyle2 *This,BSTR *p);
8187 HRESULT (WINAPI *get_writingMode)(IHTMLCurrentStyle2 *This,BSTR *p);
8188 HRESULT (WINAPI *get_zoom)(IHTMLCurrentStyle2 *This,VARIANT *p);
8189 HRESULT (WINAPI *get_filter)(IHTMLCurrentStyle2 *This,BSTR *p);
8190 HRESULT (WINAPI *get_textAlignLast)(IHTMLCurrentStyle2 *This,BSTR *p);
[all …]
H A Dmshtml.h434 typedef interface IHTMLCurrentStyle2 IHTMLCurrentStyle2; typedef
436 interface IHTMLCurrentStyle2; variable
30849 IHTMLCurrentStyle2 *This,
30861 IHTMLCurrentStyle2 *This,
30865 IHTMLCurrentStyle2 *This,
30871 IHTMLCurrentStyle2 *This,
30879 IHTMLCurrentStyle2 *This,
30891 IHTMLCurrentStyle2 *This,
30895 IHTMLCurrentStyle2 *This,
30899 IHTMLCurrentStyle2 *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.rs7911 pub type IHTMLCurrentStyle2 = *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.rs48540 pub struct IHTMLCurrentStyle2(::windows::runtime::IUnknown); struct
48541 impl IHTMLCurrentStyle2 { implementation
48631 unsafe impl ::windows::runtime::Interface for IHTMLCurrentStyle2 { implementation
48635 impl ::std::convert::From<IHTMLCurrentStyle2> for ::windows::runtime::IUnknown {
48636 fn from(value: IHTMLCurrentStyle2) -> Self { in from()
48640 impl ::std::convert::From<&IHTMLCurrentStyle2> for ::windows::runtime::IUnknown {
48641 fn from(value: &IHTMLCurrentStyle2) -> Self { in from()
48645 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IHTMLCurrentStyle2 { implementation
48650 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IHTMLCurrentStyle2 { implementation
48657 fn from(value: IHTMLCurrentStyle2) -> Self { in from()
[all …]