RtlLengthSecurityDescriptor ルーチンは、指定されたセキュリティ記述子のサイズを返します。
構文
NTSYSAPI ULONG RtlLengthSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
パラメーター
[in] SecurityDescriptor
SECURITY_DESCRIPTORへのポインター。
戻り値
RtlLengthSecurityDescriptor は、記述子のサイズをバイト単位で返します。
要件
| 要件 | 値 |
|---|---|
| サポートされている最小のクライアント | Windows 2000 以降のバージョンの Windows で使用できます。 |
| 対象プラットフォーム | ユニバーサル |
| Header | wdm.h (Wdm.h、Ntddk.h、Ntifs.h を含む) |
| Library | NtosKrnl.lib |
| [DLL] | NtosKrnl.exe |
| IRQL | PASSIVE_LEVEL |