mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK]
* Add some missing definition in sspi.h. svn path=/trunk/; revision=57878
This commit is contained in:
parent
d713d536a5
commit
558a78b293
1 changed files with 24 additions and 19 deletions
|
@ -101,25 +101,30 @@ typedef struct _SecPkgInfoW
|
|||
#define PSecPkgInfo WINELIB_NAME_AW(PSecPkgInfo)
|
||||
|
||||
/* fCapabilities field of SecPkgInfo */
|
||||
#define SECPKG_FLAG_INTEGRITY 0x00000001
|
||||
#define SECPKG_FLAG_PRIVACY 0x00000002
|
||||
#define SECPKG_FLAG_TOKEN_ONLY 0x00000004
|
||||
#define SECPKG_FLAG_DATAGRAM 0x00000008
|
||||
#define SECPKG_FLAG_CONNECTION 0x00000010
|
||||
#define SECPKG_FLAG_MULTI_REQUIRED 0x00000020
|
||||
#define SECPKG_FLAG_CLIENT_ONLY 0x00000040
|
||||
#define SECPKG_FLAG_EXTENDED_ERROR 0x00000080
|
||||
#define SECPKG_FLAG_IMPERSONATION 0x00000100
|
||||
#define SECPKG_FLAG_ACCEPT_WIN32_NAME 0x00000200
|
||||
#define SECPKG_FLAG_STREAM 0x00000400
|
||||
#define SECPKG_FLAG_NEGOTIABLE 0x00000800
|
||||
#define SECPKG_FLAG_GSS_COMPATIBLE 0x00001000
|
||||
#define SECPKG_FLAG_LOGON 0x00002000
|
||||
#define SECPKG_FLAG_ASCII_BUFFERS 0x00004000
|
||||
#define SECPKG_FLAG_FRAGMENT 0x00008000
|
||||
#define SECPKG_FLAG_MUTUAL_AUTH 0x00010000
|
||||
#define SECPKG_FLAG_DELEGATION 0x00020000
|
||||
#define SECPKG_FLAG_READONLY_WITH_CHECKSUM 0x00040000
|
||||
#define SECPKG_FLAG_INTEGRITY 0x00000001
|
||||
#define SECPKG_FLAG_PRIVACY 0x00000002
|
||||
#define SECPKG_FLAG_TOKEN_ONLY 0x00000004
|
||||
#define SECPKG_FLAG_DATAGRAM 0x00000008
|
||||
#define SECPKG_FLAG_CONNECTION 0x00000010
|
||||
#define SECPKG_FLAG_MULTI_REQUIRED 0x00000020
|
||||
#define SECPKG_FLAG_CLIENT_ONLY 0x00000040
|
||||
#define SECPKG_FLAG_EXTENDED_ERROR 0x00000080
|
||||
#define SECPKG_FLAG_IMPERSONATION 0x00000100
|
||||
#define SECPKG_FLAG_ACCEPT_WIN32_NAME 0x00000200
|
||||
#define SECPKG_FLAG_STREAM 0x00000400
|
||||
#define SECPKG_FLAG_NEGOTIABLE 0x00000800
|
||||
#define SECPKG_FLAG_GSS_COMPATIBLE 0x00001000
|
||||
#define SECPKG_FLAG_LOGON 0x00002000
|
||||
#define SECPKG_FLAG_ASCII_BUFFERS 0x00004000
|
||||
#define SECPKG_FLAG_FRAGMENT 0x00008000
|
||||
#define SECPKG_FLAG_MUTUAL_AUTH 0x00010000
|
||||
#define SECPKG_FLAG_DELEGATION 0x00020000
|
||||
#define SECPKG_FLAG_READONLY_WITH_CHECKSUM 0x00040000
|
||||
#define SECPKG_FLAG_RESTRICTED_TOKENS 0x00080000
|
||||
#define SECPKG_FLAG_NEGO_EXTENDER 0x00100000
|
||||
#define SECPKG_FLAG_NEGOTIABLE2 0x00200000
|
||||
#define SECPKG_FLAG_APPCONTAINER_PASSTHROUGH 0x00400000
|
||||
#define SECPKG_FLAG_APPCONTAINER_CHECKS 0x00800000
|
||||
|
||||
typedef struct _SecBuffer
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue