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
5d8d4b8f
Commit
5d8d4b8f
authored
Apr 02, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added IHTMLMetaElement* declarations.
parent
30a477d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
+78
-0
mshtml.idl
include/mshtml.idl
+78
-0
No files found.
include/mshtml.idl
View file @
5d8d4b8f
...
...
@@ -9611,6 +9611,84 @@ interface IHTMLTitleElement : IDispatch
}
/*****************************************************************************
*
IHTMLMetaElement
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f203
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLMetaElement
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT_HTTPEQUIV
),
displaybind
,
bindable
]
HRESULT
httpEquiv
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT_HTTPEQUIV
),
displaybind
,
bindable
]
HRESULT
httpEquiv
(
[
out
,
retval
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT_CONTENT
),
displaybind
,
bindable
]
HRESULT
content
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT_CONTENT
),
displaybind
,
bindable
]
HRESULT
content
(
[
out
,
retval
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT_NAME
),
displaybind
,
bindable
]
HRESULT
name
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT_NAME
),
displaybind
,
bindable
]
HRESULT
name
(
[
out
,
retval
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT_URL
),
displaybind
,
bindable
]
HRESULT
url
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT_URL
),
displaybind
,
bindable
]
HRESULT
url
(
[
out
,
retval
]
BSTR
*
p
)
;
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT_CHARSET
),
displaybind
,
bindable
]
HRESULT
charset
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT_CHARSET
),
displaybind
,
bindable
]
HRESULT
charset
(
[
out
,
retval
]
BSTR
*
p
)
;
}
/*****************************************************************************
*
IHTMLMetaElement2
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f81f
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLMetaElement2
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT2_SCHEME
),
displaybind
,
bindable
]
HRESULT
scheme
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT2_SCHEME
),
displaybind
,
bindable
]
HRESULT
scheme
(
[
out
,
retval
]
BSTR
*
p
)
;
}
/*****************************************************************************
*
IHTMLMetaElement3
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
30510495
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLMetaElement3
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLMETAELEMENT3_IE8_URL
)
]
HRESULT
url
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLMETAELEMENT3_IE8_URL
)
]
HRESULT
url
(
[
out
,
retval
]
BSTR
*
p
)
;
}
/*****************************************************************************
*
DispHTMLHeadElement
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