wdm.h) (RtlLengthSecurityDescriptor 函数
RtlLengthSecurityDescriptor 例程返回给定安全描述符的大小。
语法
NTSYSAPI ULONG RtlLengthSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
参数
[in] SecurityDescriptor
指向 SECURITY_DESCRIPTOR的指针。
返回值
RtlLengthSecurityDescriptor 返回描述符的大小(以字节为单位)。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 在 Windows 2000 和更高版本的 Windows 中可用。 |
目标平台 | 通用 |
标头 | wdm.h(包括 Wdm.h、Ntddk.h、Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | PASSIVE_LEVEL |