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

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.