Scroll to navigation

RtlValidSecurityDescriptor(3w) Wine API RtlValidSecurityDescriptor(3w)

NAME

RtlValidSecurityDescriptor (NTDLL.@)

SYNOPSIS

NTSTATUS RtlValidSecurityDescriptor
(
PSECURITY_DESCRIPTOR SecurityDescriptor
)
 

DESCRIPTION

Determine if a SECURITY_DESCRIPTOR is valid.
 

PARAMS

SecurityDescriptor [In] Descriptor to check.
 

RETURNS

Success: STATUS_SUCCESS.
Failure: STATUS_INVALID_SECURITY_DESCR or STATUS_UNKNOWN_REVISION.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/sec.c".
Debug channel "ntdll".
Oct 2012 Wine API