mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 19:43:34 +00:00
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:
parent
730a1f48e2
commit
cd351f4dc9
18 changed files with 139 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue