mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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
|
@ -120,6 +120,11 @@ typedef struct _SecPkgInfoW
|
|||
#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