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
309af727
Commit
309af727
authored
Aug 20, 2011
by
Thomas Mullaly
Committed by
Alexandre Julliard
Aug 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added declarations for IInternetSecurityManagerEx and IInternetSecurityManagerEx2.
parent
56e804ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
0 deletions
+71
-0
urlmon.idl
include/urlmon.idl
+71
-0
No files found.
include/urlmon.idl
View file @
309af727
...
...
@@ -28,6 +28,7 @@ cpp_quote("#undef SetPort")
cpp_quote
(
"#endif"
)
interface
IInternetProtocolSink
;
interface
IUri
;
/*****************************************************************************
*
IInternet
interface
...
...
@@ -1067,6 +1068,76 @@ cpp_quote("#define MAX_SIZE_SECURITY_ID 512")
}
/*****************************************************************************
*
IInternetSecurityManagerEx
interface
*/
cpp_quote
(
"#define SID_SInternetSecurityManagerEx IID_IInternetSecurityManagerEx"
)
[
object
,
uuid
(
f164edf1
-
cc7c
-
4
f0d
-
9
a94
-
34222625
C393
),
pointer_default
(
unique
)
]
interface
IInternetSecurityManagerEx
:
IInternetSecurityManager
{
HRESULT
ProcessUrlActionEx
(
[
in
]
LPCWSTR
pwszUrl
,
[
in
]
DWORD
dwAction
,
[
out
]
BYTE
*
pPolicy
,
[
in
]
DWORD
cbPolicy
,
[
in
]
BYTE
*
pContext
,
[
in
]
DWORD
cbContext
,
[
in
]
DWORD
dwFlags
,
[
in
]
DWORD
dwReserved
,
[
out
]
DWORD
*
pdwOutFlags
)
;
}
/*****************************************************************************
*
IInternetSecurityManagerEx2
interface
*/
cpp_quote
(
"#define SID_SInternetSecurityManagerEx2 IID_IInternetSecurityManagerEx2"
)
[
object
,
uuid
(
f1e50292
-
a795
-
4117
-
8
e09
-
2b560
a72ac60
),
pointer_default
(
unique
)
]
interface
IInternetSecurityManagerEx2
:
IInternetSecurityManagerEx
{
HRESULT
MapUrlToZoneEx2
(
[
in
]
IUri
*
pUri
,
[
out
]
DWORD
*
pdwZone
,
[
in
]
DWORD
dwFlags
,
[
out
]
LPWSTR
*
ppwszMappedUrl
,
[
out
]
DWORD
*
pdwOutFlags
)
;
HRESULT
ProcessUrlActionEx2
(
[
in
]
IUri
*
pUri
,
[
in
]
DWORD
dwAction
,
[
out
]
BYTE
*
pPolicy
,
[
in
]
DWORD
cbPolicy
,
[
in
]
BYTE
*
pContext
,
[
in
]
DWORD
cbContext
,
[
in
]
DWORD
dwFlags
,
[
in
]
DWORD_PTR
dwReserved
,
[
out
]
DWORD
*
pdwOutFlags
)
;
HRESULT
GetSecurityIdEx2
(
[
in
]
IUri
*
pUri
,
[
out
]
BYTE
*
pbSecurityId
,
[
in
,
out
]
DWORD
*
pcbSecurityId
,
[
in
]
DWORD_PTR
dwReserved
)
;
HRESULT
QueryCustomPolicyEx2
(
[
in
]
IUri
*
pUri
,
[
in
]
REFGUID
guidKey
,
[
out
]
BYTE
**
ppPolicy
,
[
out
]
DWORD
*
pcbPolicy
,
[
in
]
BYTE
*
pContext
,
[
in
]
DWORD
cbContext
,
[
in
]
DWORD_PTR
dwReserved
)
;
}
/*****************************************************************************
*
IInternetHostSecurityManager
interface
*/
cpp_quote
(
"#define SID_SInternetHostSecurityManager IID_IInternetHostSecurityManager"
)
...
...
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