Function windows_native::ntrtl::RtlNewSecurityObject
source · pub unsafe extern "system" fn RtlNewSecurityObject(
ParentDescriptor: *mut SECURITY_DESCRIPTOR,
CreatorDescriptor: *mut SECURITY_DESCRIPTOR,
NewDescriptor: *mut *mut SECURITY_DESCRIPTOR,
IsDirectoryObject: BOOLEAN,
Token: HANDLE,
GenericMapping: *mut GENERIC_MAPPING
) -> NTSTATUS