|
Bitdefender Hypervisor Memory Introspection
|
The internal representation of an Access Control Entry body. More...
#include <winsecdesc.h>
Data Fields | |
| DWORD | Mask |
| The access mask of the given SID (https://docs.microsoft.com/en-us/windows/win32/secauthz/access-mask). More... | |
| SID_INTERNAL | Sid |
| The containing SID. More... | |
The internal representation of an Access Control Entry body.
Definition at line 41 of file winsecdesc.h.
| DWORD _ACE_BODY::Mask |
The access mask of the given SID (https://docs.microsoft.com/en-us/windows/win32/secauthz/access-mask).
Definition at line 44 of file winsecdesc.h.
Referenced by IntWinSDDumpAclEntries().
| SID_INTERNAL _ACE_BODY::Sid |
The containing SID.
Definition at line 46 of file winsecdesc.h.
Referenced by IntWinSDDumpAclEntries().