AUDIT_EVENT_TYPE enumeration
The AUDIT_EVENT_TYPE enumeration type defines values that indicate the type of object being audited. The AccessCheckByTypeAndAuditAlarm and AccessCheckByTypeResultListAndAuditAlarm functions use these values.
Syntax
typedef enum _AUDIT_EVENT_TYPE { AuditEventObjectAccess, AuditEventDirectoryServiceAccess } AUDIT_EVENT_TYPE, *PAUDIT_EVENT_TYPE;
Constants
- 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.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- Client/Server Access Control Overview
- Authorization Enumerations
- AccessCheckByTypeAndAuditAlarm
- AccessCheckByTypeResultListAndAuditAlarm