Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6d23a22f
Commit
6d23a22f
authored
Apr 28, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added definitions for IHTMLWindow4 and IHTMLWindow5.
parent
25a59fe7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
mshtmdid.h
include/mshtmdid.h
+3
-0
mshtml.idl
include/mshtml.idl
+37
-0
No files found.
include/mshtmdid.h
View file @
6d23a22f
...
@@ -1572,6 +1572,9 @@
...
@@ -1572,6 +1572,9 @@
#define DISPID_IHTMLWINDOW4_CREATEPOPUP 1180
#define DISPID_IHTMLWINDOW4_CREATEPOPUP 1180
#define DISPID_IHTMLWINDOW4_FRAMEELEMENT 1181
#define DISPID_IHTMLWINDOW4_FRAMEELEMENT 1181
/* IHTMLWindow5 */
#define DISPID_IHTMLWINDOW5_XMLHTTPREQUEST 1190
/* IHTMLImageElementFactory */
/* IHTMLImageElementFactory */
#define DISPID_IHTMLIMAGEELEMENTFACTORY_CREATE DISPID_VALUE
#define DISPID_IHTMLIMAGEELEMENTFACTORY_CREATE DISPID_VALUE
...
...
include/mshtml.idl
View file @
6d23a22f
...
@@ -13884,6 +13884,43 @@ interface IHTMLWindow3 : IDispatch
...
@@ -13884,6 +13884,43 @@ interface IHTMLWindow3 : IDispatch
}
}
/*****************************************************************************
/*****************************************************************************
*
IHTMLWindow4
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f6cf
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLWindow4
:
IDispatch
{
[
id
(
DISPID_IHTMLWINDOW4_CREATEPOPUP
)
]
HRESULT
createPopup
(
[
optional
,
in
]
VARIANT
*
varArgIn
,
[
retval
,
out
]
IDispatch
**
ppPopup
)
;
[
propget
,
id
(
DISPID_IHTMLWINDOW4_FRAMEELEMENT
)
]
HRESULT
frameElement
(
[
retval
,
out
]
IHTMLFrameBase
*
*
p
)
;
}
;
/*****************************************************************************
*
IHTMLWindow5
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3051040e-98
b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLWindow5
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLWINDOW5_XMLHTTPREQUEST
)
]
HRESULT
XMLHttpRequest
(
[
in
]
VARIANT
v
)
;
[
propget
,
id
(
DISPID_IHTMLWINDOW5_XMLHTTPREQUEST
)
]
HRESULT
XMLHttpRequest
(
[
retval
,
out
]
VARIANT
*
p
)
;
}
;
/*****************************************************************************
*
DispHTMLWindow2
dispinterface
*
DispHTMLWindow2
dispinterface
*/
*/
[
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment