mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[PSDK] Update sspi.h. Annotate SspiPromptForCredentialsW(). CORE-10536
svn path=/trunk/; revision=70011
This commit is contained in:
parent
1d811fbe79
commit
34aa71a66f
1 changed files with 9 additions and 0 deletions
|
@ -77,6 +77,15 @@ typedef struct _SECURITY_INTEGER
|
|||
} SECURITY_INTEGER, *PSECURITY_INTEGER;
|
||||
typedef SECURITY_INTEGER TimeStamp, *PTimeStamp;
|
||||
|
||||
#define SSPIPFC_CREDPROV_DO_NOT_SAVE 0x00000001
|
||||
#define SSPIPFC_NO_CHECKBOX 0x00000002
|
||||
|
||||
typedef void *PSEC_WINNT_AUTH_IDENTITY_OPAQUE;
|
||||
|
||||
ULONG SEC_ENTRY SspiPromptForCredentialsW(_In_ PCWSTR, _In_opt_ void *,
|
||||
_In_ ULONG, _In_ PCWSTR, _In_opt_ PSEC_WINNT_AUTH_IDENTITY_OPAQUE,
|
||||
_Outptr_ PSEC_WINNT_AUTH_IDENTITY_OPAQUE *, _Inout_opt_ int *, _In_ ULONG);
|
||||
|
||||
typedef struct _SecPkgInfoA
|
||||
{
|
||||
ULONG fCapabilities;
|
||||
|
|
Loading…
Reference in a new issue