Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 623 of file sd.c.
Referenced by MakeSelfRelativeSD(), RtlpSysVolCheckOwnerAndSecurity(), and RtlQuerySecurityObject().
{ PISECURITY_DESCRIPTOR pAbsSD = (PISECURITY_DESCRIPTOR)AbsoluteSecurityDescriptor; PAGED_CODE_RTL(); if (pAbsSD->Control & SE_SELF_RELATIVE) { return STATUS_BAD_DESCRIPTOR_FORMAT; } return RtlMakeSelfRelativeSD(AbsoluteSecurityDescriptor, SelfRelativeSecurityDescriptor, BufferLength); }