SetSecurityDescriptorSacl(bSaclPresent, SACL, bSaclDefaulted)
Replaces system access control list (SACL) in the security
descriptor.
Parameters
bSaclPresent : int
A flag indicating if SACL is to be used. If false, last 2 parms are ignored.SACL : PyACL
The SACL to set in the security descriptorbSaclDefaulted : int
Flag, set to false if user has specifically set the SACL.