Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RtlLengthSecurityDescriptor routine returns the size of a given security descriptor.
Syntax
NTSYSAPI ULONG RtlLengthSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
Parameters
[in] SecurityDescriptor
Pointer to a SECURITY_DESCRIPTOR.
Return value
RtlLengthSecurityDescriptor returns the size in bytes of the descriptor.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of Windows. |
Target Platform | Universal |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | PASSIVE_LEVEL |