[INCLUDE]

Add the RtlLengthSecurityDescriptor prototype to the NDK.

svn path=/trunk/; revision=72420
This commit is contained in:
Eric Kohl 2016-08-21 21:31:40 +00:00
parent 72f1555249
commit fcf959d784
2 changed files with 7 additions and 4 deletions

View file

@ -15,10 +15,6 @@
#define NDEBUG
#include <debug.h>
ULONG
NTAPI
RtlLengthSecurityDescriptor(
_In_ PSECURITY_DESCRIPTOR SecurityDescriptor);
/* FUNCTIONS *****************************************************************/

View file

@ -1469,6 +1469,13 @@ ULONG
NTAPI
RtlLengthRequiredSid(IN ULONG SubAuthorityCount);
_IRQL_requires_max_(APC_LEVEL)
NTSYSAPI
ULONG
NTAPI
RtlLengthSecurityDescriptor(
_In_ PSECURITY_DESCRIPTOR SecurityDescriptor);
NTSYSAPI
ULONG
NTAPI