Tagged certain functions that were exported both under NT and ROS, but not marked as un/implemented.

svn path=/trunk/; revision=10411
This commit is contained in:
Alex Ionescu 2004-08-07 19:13:27 +00:00
parent 730a1f48e2
commit cd351f4dc9
18 changed files with 139 additions and 29 deletions

View file

@ -1,4 +1,4 @@
/* $Id: sd.c,v 1.2 2004/08/05 18:17:37 ion Exp $
/* $Id: sd.c,v 1.3 2004/08/07 19:13:25 ion Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -17,6 +17,9 @@
/* FUNCTIONS ***************************************************************/
/*
* @implemented
*/
NTSTATUS STDCALL
RtlCreateSecurityDescriptor(PSECURITY_DESCRIPTOR SecurityDescriptor,
ULONG Revision)