include/winnt.h: Update ACE types list.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cd1c8a328d
commit
12584f6952
|
@ -5080,7 +5080,10 @@ typedef struct _ACE_HEADER {
|
|||
#define SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE 0xf
|
||||
#define SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE 0x10
|
||||
#define SYSTEM_MANDATORY_LABEL_ACE_TYPE 0x11
|
||||
#define ACCESS_MAX_MS_V5_ACE_TYPE 0x11
|
||||
#define SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE 0x12
|
||||
#define SYSTEM_SCOPED_POLICY_ID_ACE_TYPE 0x13
|
||||
#define SYSTEM_PROCESS_TRUST_LABEL_ACE_TYPE 0x14
|
||||
#define ACCESS_MAX_MS_V5_ACE_TYPE 0x14
|
||||
|
||||
/* inherit AceFlags */
|
||||
#define OBJECT_INHERIT_ACE 0x01
|
||||
|
|
Loading…
Reference in New Issue