[ros-diffs] [ekohl] 20281: Add missing RtlMakeSelfRelatedSd prototype.

ekohl at svn.reactos.com ekohl at svn.reactos.com
Wed Dec 21 00:16:21 CET 2005


Add missing RtlMakeSelfRelatedSd prototype.
Modified: trunk/reactos/include/ndk/rtlfuncs.h
  _____  

Modified: trunk/reactos/include/ndk/rtlfuncs.h
--- trunk/reactos/include/ndk/rtlfuncs.h	2005-12-20 20:42:30 UTC
(rev 20280)
+++ trunk/reactos/include/ndk/rtlfuncs.h	2005-12-20 23:16:09 UTC
(rev 20281)
@@ -734,6 +734,14 @@

 RtlLengthSid(IN PSID Sid);
 
 NTSYSAPI
+NTSTATUS
+NTAPI
+RtlMakeSelfRelativeSD(
+    IN PSECURITY_DESCRIPTOR AbsoluteSD,
+    OUT PSECURITY_DESCRIPTOR SelfRelativeSD,
+    IN OUT PULONG BufferLength);
+
+NTSYSAPI
 VOID
 NTAPI
 RtlMapGenericMask(
@@ -1471,7 +1479,7 @@
 RtlPinAtomInAtomTable(
     IN PRTL_ATOM_TABLE AtomTable,
     IN RTL_ATOM Atom
-);  	
+);
 
 NTSYSAPI
 NTSTATUS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051221/ca8e796e/attachment.html


More information about the Ros-diffs mailing list