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
30314845
Commit
30314845
authored
Aug 14, 2015
by
Hans Leidekker
Committed by
Alexandre Julliard
Aug 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing SSPI declarations.
parent
f93bf5ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
sspi.h
include/sspi.h
+23
-0
No files found.
include/sspi.h
View file @
30314845
...
...
@@ -87,6 +87,29 @@ typedef struct _UNICODE_STRING {
typedef
UNICODE_STRING
SECURITY_STRING
,
*
PSECURITY_STRING
;
#define SSPIPFC_CREDPROV_DO_NOT_SAVE 0x00000001
#define SSPIPFC_NO_CHECKBOX 0x00000002
typedef
void
*
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
;
SECURITY_STATUS
SEC_ENTRY
SspiEncodeAuthIdentityAsStrings
(
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
,
PCWSTR
*
,
PCWSTR
*
,
PCWSTR
*
);
SECURITY_STATUS
SEC_ENTRY
SspiEncodeStringsAsAuthIdentity
(
PCWSTR
,
PCWSTR
,
PCWSTR
,
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
*
);
ULONG
SEC_ENTRY
SspiPromptForCredentialsA
(
PCSTR
,
void
*
,
ULONG
,
PCSTR
,
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
,
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
*
,
int
*
,
ULONG
);
ULONG
SEC_ENTRY
SspiPromptForCredentialsW
(
PCWSTR
,
void
*
,
ULONG
,
PCWSTR
,
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
,
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
*
,
int
*
,
ULONG
);
#define SspiPromptForCredentials WINELIB_NAME_AW(SspiPromptForCredentials)
void
SEC_ENTRY
SspiFreeAuthIdentity
(
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
);
void
SEC_ENTRY
SspiLocalFree
(
void
*
);
void
SEC_ENTRY
SspiZeroAuthIdentity
(
PSEC_WINNT_AUTH_IDENTITY_OPAQUE
);
typedef
struct
_SecPkgInfoA
{
ULONG
fCapabilities
;
...
...
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