#ifndef _NTRTL_H
// private
typedef struct _COMPOUND_ACCESS_ALLOWED_ACE
{
ACE_HEADER Header;
ACCESS_MASK Mask;
USHORT CompoundAceType; // COMPOUND_ACE_*
USHORT Reserved;
ULONG SidStart; // Server SID
// Client SID follows
} COMPOUND_ACCESS_ALLOWED_ACE, *PCOMPOUND_ACCESS_ALLOWED_ACE;
View code on GitHub
No description available.