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
88edfb57
Commit
88edfb57
authored
Mar 20, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml.idl: Added IHTMLSelectionObject2 declaration.
parent
f34ec943
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
mshtmdid.h
include/mshtmdid.h
+4
-0
mshtml.idl
include/mshtml.idl
+18
-0
No files found.
include/mshtmdid.h
View file @
88edfb57
...
...
@@ -1759,6 +1759,10 @@
#define DISPID_IHTMLSELECTIONOBJECT_CLEAR (DISPID_SELECTOBJ+3)
#define DISPID_IHTMLSELECTIONOBJECT_TYPE (DISPID_SELECTOBJ+4)
/* IHTMLSelectionObject2 */
#define DISPID_IHTMLSELECTIONOBJECT2_CREATERANGECOLLECTION DISPID_SELECTOBJ+5
#define DISPID_IHTMLSELECTIONOBJECT2_TYPEDETAIL DISPID_SELECTOBJ+6
/* IHTMLSelection */
#define DISPID_IHTMLSELECTION_ANCHORNODE DISPID_HTMLSELECTION+1
#define DISPID_IHTMLSELECTION_ANCHOROFFSET DISPID_HTMLSELECTION+2
...
...
include/mshtml.idl
View file @
88edfb57
...
...
@@ -9494,6 +9494,24 @@ interface IHTMLSelectionObject : IDispatch
}
/*****************************************************************************
*
IHTMLSelectionObject2
interface
*/
[
odl
,
oleautomation
,
dual
,
uuid
(
3050
f7ec
-
98b5
-
11
cf
-
bb82
-
00
aa00bdce0b
)
]
interface
IHTMLSelectionObject2
:
IDispatch
{
[
id
(
DISPID_IHTMLSELECTIONOBJECT2_CREATERANGECOLLECTION
)
]
HRESULT
createRangeCollection
(
[
out
,
retval
]
IDispatch
**
rangeCollection
)
;
[
propget
,
id
(
DISPID_IHTMLSELECTIONOBJECT2_TYPEDETAIL
)
]
HRESULT
typeDetail
(
[
out
,
retval
]
BSTR
*
p
)
;
}
/*****************************************************************************
*
IHTMLSelection
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