Função RtlLengthSecurityDescriptor (wdm.h)
A rotina RtlLengthSecurityDescriptor retorna o tamanho de um determinado descritor de segurança.
Sintaxe
NTSYSAPI ULONG RtlLengthSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
Parâmetros
[in] SecurityDescriptor
Ponteiro para um SECURITY_DESCRIPTOR.
Retornar valor
RtlLengthSecurityDescriptor retorna o tamanho em bytes do descritor.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Disponível no Windows 2000 e versões posteriores do Windows. |
Plataforma de Destino | Universal |
Cabeçalho | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Biblioteca | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | PASSIVE_LEVEL |