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
53286c35
Commit
53286c35
authored
Jun 16, 2021
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jun 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IAuthenticateEx interface definition.
Signed-off-by:
Dmitry Timoshkov
<
dmitry@baikal.ru
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b3569629
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
urlmon.idl
include/urlmon.idl
+31
-0
No files found.
include/urlmon.idl
View file @
53286c35
...
@@ -405,6 +405,37 @@ interface IAuthenticate : IUnknown
...
@@ -405,6 +405,37 @@ interface IAuthenticate : IUnknown
}
}
/*****************************************************************************
/*****************************************************************************
*
IAuthenticateEx
interface
*/
[
object
,
uuid
(
2
ad1edaf
-
d83d
-
48b5
-
9
adf
-
03
dbe19f53bd
),
pointer_default
(
unique
)
]
interface
IAuthenticateEx
:
IAuthenticate
{
typedef
[
unique
]
IAuthenticateEx
*
LPAUTHENTICATIONEX
;
typedef
enum
{
AUTHENTICATEF_PROXY
=
0
x00000001
,
AUTHENTICATEF_BASIC
=
0
x00000002
,
AUTHENTICATEF_HTTP
=
0
x00000004
}
AUTHENTICATEF
;
typedef
struct
_tagAUTHENTICATEINFO
{
DWORD
dwFlags
;
DWORD
dwReserved
;
}
AUTHENTICATEINFO
;
HRESULT
AuthenticateEx
(
[
out
]
HWND
*
phwnd
,
[
out
]
LPWSTR
*
pszUsername
,
[
out
]
LPWSTR
*
pszPassword
,
[
in
]
AUTHENTICATEINFO
*
pauthinfo
)
;
}
/*****************************************************************************
*
IHttpNegotiate
interface
*
IHttpNegotiate
interface
*/
*/
[
[
...
...
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