RtlValidRelativeSecurityDescriptor 関数 (wdm.h)

RtlValidRelativeSecurityDescriptor ルーチンは、自己相対セキュリティ記述子の有効性をチェックします。

構文

NTSYSAPI BOOLEAN RtlValidRelativeSecurityDescriptor(
  [in] PSECURITY_DESCRIPTOR SecurityDescriptorInput,
  [in] ULONG                SecurityDescriptorLength,
  [in] SECURITY_INFORMATION RequiredInformation
);

パラメーター

[in] SecurityDescriptorInput

自己相対形式のセキュリティ記述子を含むバッファーへのポインター。 バッファーは 、SECURITY_DESCRIPTOR 構造体で始まり、その後に残りのセキュリティ記述子データが続く必要があります。

[in] SecurityDescriptorLength

SecurityDescriptorInput 構造体のサイズ。

[in] RequiredInformation

セキュリティ記述子 含める必要がある情報を指定するSECURITY_INFORMATION値。

戻り値

RtlValidRelativeSecurityDescriptor は、セキュリティ記述子が有効であり、RequiredInformation パラメーターが指定する情報を含む場合に TRUE を返します。 それ以外の場合、このルーチンは FALSE を返します

注釈

セキュリティ記述子の有効性を絶対形式でチェックするには、代わりに RtlValidSecurityDescriptor を使用します。

要件

要件
サポートされている最小のクライアント Windows 2000 以降で使用できます。
対象プラットフォーム ユニバーサル
Header wdm.h (Wdm.h、Ntddk.h、Ntifs.h を含む)
Library NtosKrnl.lib
[DLL] NtosKrnl.exe
IRQL <= APC_LEVEL

こちらもご覧ください

RtlValidSecurityDescriptor

SECURITY_DESCRIPTOR

SECURITY_INFORMATION