Directory Services |
The ADS_ATTR_DEF structure is used only as a part of IDirectorySchemaMgmt, which is an obsolete interface. The following information is provided for legacy purposes only.
The ADS_ATTR_DEF structure describes schema data for an attribute. It is used to manage attribute definitions in the schema.
typedef struct _ADS_ATTR_DEF {
LPWSTR pszAttrName;
ADSTYPE dwADsType;
DWORD dwMinRange;
DWORD dwMaxRange;
BOOL fMultiValued; } ADS_ATTR_DEF,
*PADS_ATTR_DEF;
In ADSI, attributes and properties are used interchangeably.
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.