RtlLengthSecurityDescriptor 함수(wdm.h)
RtlLengthSecurityDescriptor 루틴은 지정된 보안 설명자의 크기를 반환합니다.
구문
NTSYSAPI ULONG RtlLengthSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
매개 변수
[in] SecurityDescriptor
SECURITY_DESCRIPTOR 대한 포인터입니다.
반환 값
RtlLengthSecurityDescriptor 는 설명자의 크기(바이트)를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 2000 이상 버전의 Windows에서 사용할 수 있습니다. |
대상 플랫폼 | 유니버설 |
헤더 | wdm.h(Wdm.h, Ntddk.h, Ntifs.h 포함) |
라이브러리 | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | PASSIVE_LEVEL |