mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user