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
53a95d41
Commit
53a95d41
authored
Jun 01, 2017
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon.idl: Added BINDINFO_OPTIONS declaration.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2e05a814
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
urlmon.idl
include/urlmon.idl
+19
-0
No files found.
include/urlmon.idl
View file @
53a95d41
...
...
@@ -196,6 +196,25 @@ interface IBindStatusCallback : IUnknown
typedef
enum
{
BINDINFO_OPTIONS_WININETFLAG
=
0
x00010000
,
BINDINFO_OPTIONS_ENABLE_UTF8
=
0
x00020000
,
BINDINFO_OPTIONS_DISABLE_UTF8
=
0
x00040000
,
BINDINFO_OPTIONS_USE_IE_ENCODING
=
0
x00080000
,
BINDINFO_OPTIONS_BINDTOOBJECT
=
0
x00100000
,
BINDINFO_OPTIONS_SECURITYOPTOUT
=
0
x00200000
,
BINDINFO_OPTIONS_IGNOREMIMETEXTPLAIN
=
0
x00400000
,
BINDINFO_OPTIONS_USEBINDSTRINGCREDS
=
0
x00800000
,
BINDINFO_OPTIONS_IGNOREHTTPHTTPSREDIRECTS
=
0
x01000000
,
BINDINFO_OPTIONS_IGNORE_SSLERRORS_ONCE
=
0
x02000000
,
BINDINFO_WPC_DOWNLOADBLOCKED
=
0
x08000000
,
BINDINFO_WPC_LOGGING_ENABLED
=
0
x10000000
,
BINDINFO_OPTIONS_ALLOWCONNECTDATA
=
0
x20000000
,
BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS
=
0
x40000000
,
BINDINFO_OPTIONS_SHDOCVW_NAVIGATE
=
(
int
)
0
x80000000
}
BINDINFO_OPTIONS
;
typedef
enum
{
BSCF_FIRSTDATANOTIFICATION
=
0
x01
,
BSCF_INTERMEDIATEDATANOTIFICATION
=
0
x02
,
BSCF_LASTDATANOTIFICATION
=
0
x04
,
...
...
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