Directory Services |
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;
The ADS_NT_SECURITY_DESCRIPTOR structure is normally used as a member of the ADSVALUE structure definition.
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.