Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f494de40
Commit
f494de40
authored
Jun 21, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added title element interfaces.
parent
0912436e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
mshtmdid.h
include/mshtmdid.h
+3
-0
mshtml.idl
include/mshtml.idl
+38
-0
No files found.
include/mshtmdid.h
View file @
f494de40
...
...
@@ -2288,6 +2288,9 @@
/* IHTMLHeadElement2 */
#define DISPID_IHTMLHEADELEMENT2_IE8_PROFILE DISPID_IE8_HEAD
/* IHTMLTitleElement */
#define DISPID_IHTMLTITLEELEMENT_TEXT DISPID_A_VALUE
/* IHTMLRect */
#define DISPID_IHTMLRECT_LEFT DISPID_OMRECT+1
#define DISPID_IHTMLRECT_TOP DISPID_OMRECT+2
...
...
include/mshtml.idl
View file @
f494de40
...
...
@@ -9223,6 +9223,24 @@ interface IHTMLHeadElement2 : IDispatch
}
/*****************************************************************************
*
IHTMLTitleElement
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f322
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLTitleElement
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLTITLEELEMENT_TEXT
),
bindable
]
HRESULT
text
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLTITLEELEMENT_TEXT
),
bindable
]
HRESULT
text
(
[
retval
,
out
]
BSTR
*
p
)
;
}
/*****************************************************************************
*
DispHTMLHeadElement
interface
*/
[
...
...
@@ -9249,6 +9267,26 @@ methods:
}
/*****************************************************************************
*
DispHTMLTitleElement
interface
*/
[
hidden
,
uuid
(
3050
f516
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
dispinterface
DispHTMLTitleElement
{
properties
:
methods
:
WINE_HTMLELEMENT_DISPINTERFACE_DECL
;
[
propput
,
id
(
DISPID_IHTMLTITLEELEMENT_TEXT
),
bindable
]
void
text
(
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLTITLEELEMENT_TEXT
),
bindable
]
BSTR
text
()
;
}
/*****************************************************************************
*
DispHTMLUnknownElement
interface
*/
[
...
...
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