Home
last modified time | relevance | path

Searched defs:IHTMLWindow2 (Results 1 – 11 of 11) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmhst.h151 typedef interface IHTMLWindow2 IHTMLWindow2; typedef
H A Dmshtml.h3395 typedef interface IHTMLWindow2 IHTMLWindow2; typedef
3397 interface IHTMLWindow2; variable
83509 typedef interface IHTMLWindow2 IHTMLWindow2; typedef
83511 interface IHTMLWindow2; variable
H A Dmshtmlc.h1836 typedef struct IHTMLWindow2 IHTMLWindow2; typedef
22325 struct IHTMLWindow2 : public IHTMLFramesCollection2 { struct
22478 struct IHTMLWindow2 { struct
22479 CONST_VTBL struct IHTMLWindow2Vtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmshtmhst.h151 typedef interface IHTMLWindow2 IHTMLWindow2; typedef
H A Dmshtml.h3395 typedef interface IHTMLWindow2 IHTMLWindow2; typedef
3397 interface IHTMLWindow2; variable
83509 typedef interface IHTMLWindow2 IHTMLWindow2; typedef
83511 interface IHTMLWindow2; variable
H A Dmshtmlc.h1836 typedef struct IHTMLWindow2 IHTMLWindow2; typedef
22325 struct IHTMLWindow2 : public IHTMLFramesCollection2 { struct
22478 struct IHTMLWindow2 { struct
22479 CONST_VTBL struct IHTMLWindow2Vtbl *lpVtbl; argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dmshtml.h498 DECLARE_INTERFACE_(IHTMLWindow2,IHTMLFramesCollection2) in DECLARE_INTERFACE_() argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dmshtml.h498 DECLARE_INTERFACE_(IHTMLWindow2,IHTMLFramesCollection2) in DECLARE_INTERFACE_() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs31037 pub unsafe fn source(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in source()
32485 pub unsafe fn view(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in view()
53311 pub unsafe fn parentWindow(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in parentWindow()
54418 pub unsafe fn defaultView(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in defaultView()
86813 pub struct IHTMLWindow2(::windows::runtime::IUnknown); struct
86814 impl IHTMLWindow2 { implementation
86922 pub unsafe fn parent(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in parent()
86931 pub unsafe fn self_(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in self_()
86935 pub unsafe fn top(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in top()
86939 pub unsafe fn window(&self) -> ::windows::runtime::Result<IHTMLWindow2> { in window()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs40852 …vigate<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Web::MsHtml::IHTMLWindow… in BeforeNavigate()
40856 …mplete<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Web::MsHtml::IHTMLWindow… in NavigateComplete()
40860 …eError<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Web::MsHtml::IHTMLWindow… in NavigateError()
40864 …mplete<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Web::MsHtml::IHTMLWindow… in DocumentComplete()
40924 …tError<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Web::MsHtml::IHTMLWindow… in ScriptError()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Web/MsHtml/
H A Dmod.rs8186 pub type IHTMLWindow2 = *mut ::core::ffi::c_void; typedef