Home
last modified time | relevance | path

Searched refs:IHTMLCurrentStyle (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h154 typedef struct IHTMLCurrentStyle IHTMLCurrentStyle; typedef
7655 struct IHTMLCurrentStyle : public IDispatch { struct
7753 ULONG (WINAPI *AddRef)(IHTMLCurrentStyle *This);
7754 ULONG (WINAPI *Release)(IHTMLCurrentStyle *This);
7784 HRESULT (WINAPI *get_left)(IHTMLCurrentStyle *This,VARIANT *p);
7785 HRESULT (WINAPI *get_top)(IHTMLCurrentStyle *This,VARIANT *p);
7794 HRESULT (WINAPI *get_display)(IHTMLCurrentStyle *This,BSTR *p);
7806 HRESULT (WINAPI *get_clear)(IHTMLCurrentStyle *This,BSTR *p);
7817 HRESULT (WINAPI *get_cursor)(IHTMLCurrentStyle *This,BSTR *p);
7845 HRESULT (WINAPI *get_margin)(IHTMLCurrentStyle *This,BSTR *p);
[all …]
H A Dmshtml.h426 typedef interface IHTMLCurrentStyle IHTMLCurrentStyle; typedef
428 interface IHTMLCurrentStyle; variable
29951 IHTMLCurrentStyle *This,
29963 IHTMLCurrentStyle *This,
29967 IHTMLCurrentStyle *This,
29973 IHTMLCurrentStyle *This,
29981 IHTMLCurrentStyle *This,
29993 IHTMLCurrentStyle *This,
29997 IHTMLCurrentStyle *This,
30361 interface IHTMLCurrentStyle {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmlc.h154 typedef struct IHTMLCurrentStyle IHTMLCurrentStyle; typedef
7655 struct IHTMLCurrentStyle : public IDispatch { struct
7753 ULONG (WINAPI *AddRef)(IHTMLCurrentStyle *This);
7754 ULONG (WINAPI *Release)(IHTMLCurrentStyle *This);
7784 HRESULT (WINAPI *get_left)(IHTMLCurrentStyle *This,VARIANT *p);
7785 HRESULT (WINAPI *get_top)(IHTMLCurrentStyle *This,VARIANT *p);
7794 HRESULT (WINAPI *get_display)(IHTMLCurrentStyle *This,BSTR *p);
7806 HRESULT (WINAPI *get_clear)(IHTMLCurrentStyle *This,BSTR *p);
7817 HRESULT (WINAPI *get_cursor)(IHTMLCurrentStyle *This,BSTR *p);
7845 HRESULT (WINAPI *get_margin)(IHTMLCurrentStyle *This,BSTR *p);
[all …]
H A Dmshtml.h426 typedef interface IHTMLCurrentStyle IHTMLCurrentStyle; typedef
428 interface IHTMLCurrentStyle; variable
29951 IHTMLCurrentStyle *This,
29963 IHTMLCurrentStyle *This,
29967 IHTMLCurrentStyle *This,
29973 IHTMLCurrentStyle *This,
29981 IHTMLCurrentStyle *This,
29993 IHTMLCurrentStyle *This,
29997 IHTMLCurrentStyle *This,
30361 interface IHTMLCurrentStyle {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DNativeMethods.cs3357 IHTMLCurrentStyle GetCurrentStyle(); in GetCurrentStyle()
3633 IHTMLCurrentStyle GetBaseCurrentStyle(); in GetBaseCurrentStyle()
3680 internal interface IHTMLCurrentStyle interface in System.Web.UI.Design.MobileControls.NativeMethods
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs7910 pub type IHTMLCurrentStyle = *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.rs47835 pub struct IHTMLCurrentStyle(::windows::runtime::IUnknown); struct
47836 impl IHTMLCurrentStyle { impl
48293 unsafe impl ::windows::runtime::Interface for IHTMLCurrentStyle { implementation
48297 impl ::std::convert::From<IHTMLCurrentStyle> for ::windows::runtime::IUnknown {
48298 fn from(value: IHTMLCurrentStyle) -> Self { in from()
48302 impl ::std::convert::From<&IHTMLCurrentStyle> for ::windows::runtime::IUnknown {
48303 fn from(value: &IHTMLCurrentStyle) -> Self { in from()
48307 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IHTMLCurrentStyle { implementation
48319 fn from(value: IHTMLCurrentStyle) -> Self { in from()
48325 fn from(value: &IHTMLCurrentStyle) -> Self { in from()
[all …]