Platform SDK: Active Directory, ADSI, and Directory Services

ADS_NT_SECURITY_DESCRIPTOR

The ADS_NT_SECURITY_DESCRIPTOR structure defines the data type of the security descriptor for Windows NT®/Windows® 2000.

typedef struct ADS_NT_SECURITY_DESCRIPTOR
{
  DWORD  dwLength;
  LPBYTE lpValue;
} ADS_NT_SECURITY_DESCRIPTOR, *PADS_NT_SECURITY_DESCRIPTOR;

Members

dwLength
The length data, in bytes.
lpValue
Pointer to the security descriptor, represented as a byte array.

Remarks

The ADS_NT_SECURITY_DESCRIPTOR structure is normally used as a member of the ADSVALUE structure definition.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
  Windows 95/98: Requires Windows 95 or later (with DSClient).
  Header: Declared in Iads.h.

See Also

ADSI Structures