Skip to main content

RtlSetSecurityObject

Function RtlSetSecurityObject 

Source
pub unsafe extern "system" fn RtlSetSecurityObject(
    SecurityInformation: SECURITY_INFORMATION,
    ModificationDescriptor: PSECURITY_DESCRIPTOR,
    ObjectsSecurityDescriptor: *mut PSECURITY_DESCRIPTOR,
    GenericMapping: PGENERIC_MAPPING,
    Token: HANDLE,
) -> NTSTATUS