Bitdefender Hypervisor Memory Introspection
_ACE_BODY Struct Reference

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...
 

Detailed Description

The internal representation of an Access Control Entry body.

Definition at line 41 of file winsecdesc.h.

Field Documentation

◆ Mask

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

SID_INTERNAL _ACE_BODY::Sid

The containing SID.

Definition at line 46 of file winsecdesc.h.

Referenced by IntWinSDDumpAclEntries().


The documentation for this struct was generated from the following file: