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
773784ea
Commit
773784ea
authored
Jun 01, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Jun 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added definitions for the IShellWindows interface.
parent
59f3fa1e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
exdisp.h
include/exdisp.h
+0
-0
exdisp.idl
include/exdisp.idl
+24
-0
No files found.
include/exdisp.h
View file @
773784ea
This diff is collapsed.
Click to expand it.
include/exdisp.idl
View file @
773784ea
...
...
@@ -117,5 +117,29 @@ interface IWebBrowserApp : IWebBrowser
HRESULT
put_FullScreen
(
[
in
]
VARIANT_BOOL
bFullScreen
)
;
}
[
object
,
oleautomation
,
uuid
(
85
cb6900
-
4
d95
-
11
cf
-
960
c
-
0080
c7f4ee85
)
]
interface
IShellWindows
:
IDispatch
{
HRESULT
get_Count
(
[
out
]
long
*
Count
)
;
HRESULT
Item
(
[
in
]
VARIANT
index
,
[
out
]
IDispatch
**
Folder
)
;
HRESULT
_NewEnum
(
[
out
]
IUnknown
**
ppunk
)
;
HRESULT
Register
(
[
in
]
IDispatch
*
pid
,
[
in
]
long
hWnd
,
[
in
]
int
swClass
,
[
out
]
long
*
plCookie
)
;
HRESULT
RegisterPending
(
[
in
]
long
lThread
,
[
in
]
VARIANT
*
pvarloc
,
[
in
]
VARIANT
*
varlocRoot
,
[
in
]
int
swClass
,
[
out
]
long
*
plCookie
)
;
HRESULT
Revoke
(
[
in
]
long
Cookie
)
;
HRESULT
OnNavigate
(
[
in
]
long
Cookie
,
[
out
]
VARIANT
*
pvarLoc
)
;
HRESULT
OnActivated
(
[
in
]
long
Cookie
,
[
in
]
VARIANT
fActive
)
;
HRESULT
FindWindowSW
(
[
in
]
VARIANT
*
pvarLoc
,
[
in
]
VARIANT
*
pvarLocRoot
,
[
in
]
int
swClass
,
[
out
]
long
*
phwnd
,
int
swfwOptions
,
IDispatch
**
ppdispOut
)
;
HRESULT
OnCreated
(
[
in
]
long
lCookie
,
[
in
]
IUnknown
*
punk
)
;
HRESULT
ProcessAttachDetach
(
[
in
]
VARIANT_BOOL
fAttach
)
;
}
/*
FIXME
*/
cpp_quote
(
"DEFINE_GUID(CLSID_WebBrowser, 0x8856f961, 0x340a, 0x11d0, 0xa9, 0x6b, 0x00, 0xc0, 0x4f, 0xd7, 0x05, 0xa2);"
)
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