mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
[INCLUDE]
Add the RtlLengthSecurityDescriptor prototype to the NDK. svn path=/trunk/; revision=72420
This commit is contained in:
parent
72f1555249
commit
fcf959d784
2 changed files with 7 additions and 4 deletions
|
@ -15,10 +15,6 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
ULONG
|
||||
NTAPI
|
||||
RtlLengthSecurityDescriptor(
|
||||
_In_ PSECURITY_DESCRIPTOR SecurityDescriptor);
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue