mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +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:
parent
eb4e4b6e9f
commit
624f4e9319
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue