Function windows_sys::Win32::Security::SetSecurityDescriptorSacl
[−]pub unsafe extern "system" fn SetSecurityDescriptorSacl(
psecuritydescriptor: PSECURITY_DESCRIPTOR,
bsaclpresent: BOOL,
psacl: *const ACL,
bsacldefaulted: BOOL
) -> BOOL
Expand description
Required features: "Win32_Security"
, "Win32_Foundation"