windows::Win32::Security

Function SetSecurityDescriptorControl

pub unsafe fn SetSecurityDescriptorControl(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    controlbitsofinterest: SECURITY_DESCRIPTOR_CONTROL,
    controlbitstoset: SECURITY_DESCRIPTOR_CONTROL,
) -> Result<()>