rtlLengthSecurityDescriptor 函式 (wdm.h)
RtlLengthSecurityDescriptor 例程會傳回指定安全性描述元的大小。
語法
NTSYSAPI ULONG RtlLengthSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
參數
[in] SecurityDescriptor
傳回值
RtlLengthSecurityDescriptor 會以位元組為單位傳回描述元的大小。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 可在 Windows 2000 和更新版本的 Windows 中使用。 |
目標平台 | Universal |
標頭 | wdm.h (包括 Wdm.h、Ntddk.h、Ntifs.h) |
程式庫 | NtosKrnl.lib |
Dll | NtosKrnl.exe |
IRQL | PASSIVE_LEVEL |