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
4f228378
Commit
4f228378
authored
Apr 28, 2015
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use wellknown DISPID_* values.
parent
28343db2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
exdisp.idl
include/exdisp.idl
+7
-4
No files found.
include/exdisp.idl
View file @
4f228378
...
...
@@ -229,7 +229,7 @@ interface IWebBrowserApp : IWebBrowser
[
id
(
301
)
]
HRESULT
ClientToWindow
(
[
in
,
out
]
int
*
pcx
,
[
in
,
out
]
int
*
pcy
)
;
[
id
(
302
)
]
HRESULT
PutProperty
(
[
in
]
BSTR
Property
,
[
in
]
VARIANT
vtValue
)
;
[
id
(
303
)
]
HRESULT
GetProperty
(
[
in
]
BSTR
Property
,
[
out
,
retval
]
VARIANT
*
pvtValue
)
;
[
id
(
0
),
propget
]
HRESULT
Name
(
[
out
,
retval
]
BSTR
*
Name
)
;
[
id
(
DISPID_VALUE
),
propget
]
HRESULT
Name
(
[
out
,
retval
]
BSTR
*
Name
)
;
[
id
(
DISPID_HWND
),
propget
]
HRESULT
HWND
(
[
out
,
retval
]
SHANDLE_PTR
*
pHWND
)
;
[
id
(
400
),
propget
]
HRESULT
FullName
(
[
out
,
retval
]
BSTR
*
FullName
)
;
[
id
(
401
),
propget
]
HRESULT
Path
(
[
out
,
retval
]
BSTR
*
Path
)
;
...
...
@@ -581,11 +581,13 @@ interface IShellWindows : IDispatch
{
[
propget
]
HRESULT
Count
(
[
out
,
retval
]
long
*
Count
)
;
[
id
(
0
)
]
HRESULT
Item
(
[
id
(
DISPID_VALUE
)
]
HRESULT
Item
(
[
in
,
optional
]
VARIANT
index
,
[
out
,
retval
]
IDispatch
**
Folder
)
;
[
id
(
-
4
)
]
HRESULT
_NewEnum
(
[
out
,
retval
]
IUnknown
**
ppunk
)
;
[
id
(
DISPID_NEWENUM
)
]
HRESULT
_NewEnum
(
[
out
,
retval
]
IUnknown
**
ppunk
)
;
[
hidden
]
HRESULT
Register
(
[
in
]
IDispatch
*
pid
,
...
...
@@ -916,7 +918,8 @@ interface ISearches : IDispatch {
[
in
,
optional
]
VARIANT
index
,
[
out
,
retval
]
ISearch
**
ppid
)
;
[
id
(
-
4
)
]
HRESULT
_NewEnum
(
[
out
,
retval
]
IUnknown
**
ppunk
)
;
[
id
(
DISPID_NEWENUM
)
]
HRESULT
_NewEnum
(
[
out
,
retval
]
IUnknown
**
ppunk
)
;
}
[
...
...
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