[WINTERNL.H]: Fix the value of OBJ_VALID_ATTRIBUTES, and add the definition for OBJ_FORCE_ACCESS_CHECK.

svn path=/trunk/; revision=75165
This commit is contained in:
Hermès Bélusca-Maïto 2017-06-22 15:41:44 +00:00
parent eb4e4b6e9f
commit 624f4e9319

View file

@ -1846,7 +1846,8 @@ typedef struct _RTL_HANDLE_TABLE
#define OBJ_OPENIF 0x00000080
#define OBJ_OPENLINK 0x00000100
#define OBJ_KERNEL_HANDLE 0x00000200
#define OBJ_VALID_ATTRIBUTES 0x000003F2
#define OBJ_FORCE_ACCESS_CHECK 0x00000400
#define OBJ_VALID_ATTRIBUTES 0x000007F2
#define SERVERNAME_CURRENT ((HANDLE)NULL)