PyACL.AddAuditAccessAce
AddAuditAccessAce(dwAceRevision, dwAccessMask, sid, bAuditSuccess, bAuditFailure)
Adds an audit ACE to a Sacl
Parameters
dwAceRevision : int
Revision of ACL: Pre-Win2k, must be ACL_REVISION. Win2K on up, can also be
ACL_REVISION_DSdwAccessMask : int
Bitmask of access types to be auditedsid : PySID
SID for whom system audit messages will be generatedbAuditSuccess : int
Set to 1 if access success should be audited, else 0bAuditFailure : int
Set to 1 if access failure should be audited, else 0