SetSecurityDescriptorDacl

Function SetSecurityDescriptorDacl 

Source
pub unsafe extern "C" fn SetSecurityDescriptorDacl(
    pSecurityDescriptor: PSECURITY_DESCRIPTOR,
    bDaclPresent: WINBOOL,
    pDacl: PACL,
    bDaclDefaulted: WINBOOL,
) -> WINBOOL