Function GetPrivateObjectSecurity

Source
pub unsafe extern "C" fn GetPrivateObjectSecurity(
    ObjectDescriptor: PSECURITY_DESCRIPTOR,
    SecurityInformation: SECURITY_INFORMATION,
    ResultantDescriptor: PSECURITY_DESCRIPTOR,
    DescriptorLength: DWORD,
    ReturnLength: PDWORD,
) -> BOOL