[PSDK] Add SECPKG_FLAG_APPLY_LOOPBACK. CORE-16441

This commit is contained in:
Amine Khaldi 2019-11-30 14:48:23 +01:00
parent 465ab8e0c3
commit 54be41be6b

View file

@ -134,6 +134,7 @@ typedef struct _SecPkgInfoW
#define SECPKG_FLAG_NEGOTIABLE2 0x00200000
#define SECPKG_FLAG_APPCONTAINER_PASSTHROUGH 0x00400000
#define SECPKG_FLAG_APPCONTAINER_CHECKS 0x00800000
#define SECPKG_FLAG_APPLY_LOOPBACK 0x02000000
typedef struct _SecBuffer {
ULONG cbBuffer;