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
1cb633a5
Commit
1cb633a5
authored
Apr 24, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added IHTMLDOMTextNode declaration.
parent
f731140c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
mshtml.idl
include/mshtml.idl
+29
-0
No files found.
include/mshtml.idl
View file @
1cb633a5
...
...
@@ -1677,6 +1677,35 @@ interface IHTMLDOMAttribute : IDispatch
}
/*****************************************************************************
*
IHTMLDOMTextNode
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f4b1
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLDOMTextNode
:
IDispatch
{
[
propput
,
id
(
DISPID_IHTMLDOMTEXTNODE_DATA
)
]
HRESULT
data
(
[
in
]
BSTR
v
)
;
[
propget
,
id
(
DISPID_IHTMLDOMTEXTNODE_DATA
)
]
HRESULT
data
(
[
out
,
retval
]
BSTR
*
p
)
;
[
id
(
DISPID_IHTMLDOMTEXTNODE_TOSTRING
)
]
HRESULT
toString
(
[
out
,
retval
]
BSTR
*
String
)
;
[
propget
,
id
(
DISPID_IHTMLDOMTEXTNODE_LENGTH
)
]
HRESULT
length
(
[
out
,
retval
]
long
*
p
)
;
[
id
(
DISPID_IHTMLDOMTEXTNODE_SPLITTEXT
)
]
HRESULT
splitText
(
[
in
]
long
offset
,
[
out
,
retval
]
IHTMLDOMNode
**
pRetNode
)
;
}
/*****************************************************************************
*
IHTMLDOMImplementation
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