AUDIT_EVENT_TYPE

[This is preliminary documentation and subject to change.]

The AUDIT_EVENT_TYPE enumeration type defines values that indicate the type of object being audited. The AccessCheckByTypeAndAuditAlarm and AccessCheckByTypeResultListAndAuditAlarm functions use these values.

typedef enum _AUDIT_EVENT_TYPE {
    AuditEventObjectAccess,
    AuditEventDirectoryServiceAccess
} AUDIT_EVENT_TYPE, *PAUDIT_EVENT_TYPE;
 

Values

AuditEventObjectAccess
Indicates an object that generates audit messages only if the system administrator has enabled auditing access to files and objects.
AuditEventDirectoryServiceAccess
Indicates a directory service object that generates audit messages only if the system administrator has enabled auditing access to directory service objects.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in winnt.h.

See Also

Client/Server Access Control Overview, Client/Server Access Control Enumeration Types, AccessCheckByTypeAndAuditAlarm, AccessCheckByTypeResultListAndAuditAlarm