ACTRL_AUDIT

[This is preliminary documentation and subject to change.]

The ACTRL_AUDIT structure contains an array of audit-control lists for an object and its properties.

typedef struct _ACTRL_ALIST {
    ULONG                       cEntries;
    PACTRL_PROPERTY_ENTRY       pPropertyAccessList;
} ACTRL_AUDIT, *PACTRL_AUDIT;
 

Members

cEntries
Specifies the number of entries in the pPropertyAccessList array.
pPropertyAccessList
Pointer to an array of ACTRL_PROPERTY_ENTRY structures. Each structure contains a list of access-control entries for an object or a specified property on an object.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in accctrl.h.
  Unicode: Defined as Unicode and ANSI structures.

See Also

Access Control Overview, Access Control Structures, ACTRL_PROPERTY_ENTRY, ConvertAccessToSecurityDescriptor, ConvertSecurityDescriptorToAccessNamed, GetNamedSecurityInfoEx, GetSecurityInfoEx, SetEntriesInAuditList, SetNamedSecurityInfoEx, SetSecurityInfoEx