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부터 사용할 수 있습니다. |
대상 플랫폼 | 유니버설 |
헤더 | wdm.h(Wdm.h, Ntddk.h, Ntifs.h 포함) |
라이브러리 | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |