RtlValidSecurityDescriptor (NTDLL.@)
NTSTATUS RtlValidSecurityDescriptor ( PSECURITY_DESCRIPTOR SecurityDescriptor )
Determine if a SECURITY_DESCRIPTOR is valid.
SecurityDescriptor | [In] | Descriptor to check. |
Success: STATUS_SUCCESS.
Failure: STATUS_INVALID_SECURITY_DESCR or STATUS_UNKNOWN_REVISION.
Defined in "winternl.h".
Implemented in "dlls/ntdll/sec.c". source.winehq.org/source/dlls/ntdll/sec.c
Debug channel "ntdll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.