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
db506fca
Commit
db506fca
authored
Oct 08, 2004
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IWebBrowse2 interface.
parent
157b32c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
exdisp.idl
include/exdisp.idl
+37
-0
No files found.
include/exdisp.idl
View file @
db506fca
...
...
@@ -117,6 +117,43 @@ interface IWebBrowserApp : IWebBrowser
[
propput
]
HRESULT
FullScreen
(
[
in
]
VARIANT_BOOL
bFullScreen
)
;
}
/*****************************************************************************
*
IWebBrowser2
interface
*/
[
object
,
oleautomation
,
uuid
(
d30c1661
-
cdaf
-
11
d0
-
8
a3e
-
00
c04fc9e26e
)
]
interface
IWebBrowser2
:
IWebBrowserApp
{
HRESULT
Navigate2
(
[
in
]
VARIANT
*
URL
,
[
in
]
VARIANT
*
Flags
,
[
in
]
VARIANT
*
TargetFrameName
,
[
in
]
VARIANT
*
PostData
,
[
in
]
VARIANT
*
Headers
)
;
HRESULT
QueryStatusWB
(
[
in
]
OLECMDID
cmdID
,
[
out
]
OLECMDF
*
pcmdf
)
;
HRESULT
ExecWB
(
[
in
]
OLECMDID
cmdID
,
[
in
]
OLECMDEXECOPT
cmdexecopt
,
[
in
]
VARIANT
*
pvaIn
,
[
out
,
in
]
VARIANT
*
pvaOut
)
;
HRESULT
ShowBrowserBar
(
[
in
]
VARIANT
*
pvaClsid
,
[
in
]
VARIANT
*
pvarShow
,
[
in
]
VARIANT
*
pvarSize
)
;
[
propget
]
HRESULT
ReadyState
(
[
out
]
READYSTATE
*
plReadyState
)
;
[
propget
]
HRESULT
Offline
(
[
out
]
VARIANT_BOOL
*
pbOffline
)
;
[
propput
]
HRESULT
Offline
(
[
in
]
VARIANT_BOOL
bOffline
)
;
[
propget
]
HRESULT
Silent
(
[
out
]
VARIANT_BOOL
*
pbSilent
)
;
[
propput
]
HRESULT
Silent
(
[
in
]
VARIANT_BOOL
bSilent
)
;
[
propget
]
HRESULT
RegisterAsBrowser
(
[
out
]
VARIANT_BOOL
*
pbRegister
)
;
[
propput
]
HRESULT
RegisterAsBrowser
(
[
in
]
VARIANT_BOOL
bRegister
)
;
[
propget
]
HRESULT
RegisterAsDropTarget
(
[
out
]
VARIANT_BOOL
*
pbRegister
)
;
[
propput
]
HRESULT
RegisterAsDropTarget
(
[
in
]
VARIANT_BOOL
bRegister
)
;
[
propget
]
HRESULT
TheaterMode
(
[
out
]
VARIANT_BOOL
*
pbRegister
)
;
[
propput
]
HRESULT
TheaterMode
(
[
in
]
VARIANT_BOOL
bRegister
)
;
[
propget
]
HRESULT
AddressBar
(
[
out
]
VARIANT_BOOL
*
Value
)
;
[
propput
]
HRESULT
AddressBar
(
[
in
]
VARIANT_BOOL
Value
)
;
[
propget
]
HRESULT
Resizable
(
[
out
]
VARIANT_BOOL
*
Value
)
;
[
propput
]
HRESULT
Resizable
(
[
in
]
VARIANT_BOOL
Value
)
;
}
[
object
,
oleautomation
,
...
...
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