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
342906d7
Commit
342906d7
authored
Apr 05, 2011
by
Thomas Mullaly
Committed by
Alexandre Julliard
Apr 11, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Updated INTERNETFEATURELIST enum and flags.
parent
75dbd116
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
urlmon.idl
include/urlmon.idl
+18
-4
No files found.
include/urlmon.idl
View file @
342906d7
...
...
@@ -1511,13 +1511,27 @@ typedef enum _tagINTERNETFEATURELIST
FEATURE_DISABLE_TELNET_PROTOCOL
,
FEATURE_FEEDS
,
FEATURE_BLOCK_INPUT_PROMPTS
,
FEATURE_DOMSTORAGE
,
FEATURE_XDOMAINREQUEST
,
FEATURE_DATAURI
,
FEATURE_AJAX_CONNECTIONSERVICES
,
FEATURE_ENTRY_COUNT
}
INTERNETFEATURELIST
;
cpp_quote
(
"#define SET_FEATURE_ON_THREAD 0x00000001"
)
cpp_quote
(
"#define SET_FEATURE_ON_PROCESS 0x00000002"
)
cpp_quote
(
"#define SET_FEATURE_IN_REGISTRY 0x00000004"
)
cpp_quote
(
"#define SET_FEATURE_ON_THREAD_LOCALMACHINE 0x00000008"
)
cpp_quote
(
"#define SET_FEATURE_ON_THREAD_INTRANET 0x00000010"
)
cpp_quote
(
"#define SET_FEATURE_ON_THREAD_TRUSTED 0x00000020"
)
cpp_quote
(
"#define SET_FEATURE_ON_THREAD_INTERNET 0x00000040"
)
cpp_quote
(
"#define SET_FEATURE_ON_THREAD_RESTRICTED 0x00000080"
)
cpp_quote
(
"#define GET_FEATURE_FROM_THREAD 0x00000001"
)
cpp_quote
(
"#define GET_FEATURE_FROM_PROCESS 0x00000002"
)
cpp_quote
(
"#define GET_FEATURE_FROM_REGISTRY 0x00000004"
)
cpp_quote
(
"#define GET_FEATURE_FROM_THREAD_LOCALMACHINE 0x00000008"
)
cpp_quote
(
"#define GET_FEATURE_FROM_THREAD_INTRANET 0x00000010"
)
cpp_quote
(
"#define GET_FEATURE_FROM_THREAD_TRUSTED 0x00000020"
)
cpp_quote
(
"#define GET_FEATURE_FROM_THREAD_INTERNET 0x00000040"
)
cpp_quote
(
"#define GET_FEATURE_FROM_THREAD_RESTRICTED 0x00000080"
)
typedef
struct
_tagPROTOCOLFILTERDATA
{
DWORD
cbSize
;
IInternetProtocolSink
*
pProtocolSink
;
...
...
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