| Platform SDK: Active Directory, ADSI, and Directory Services |
The ADS_ATTR_DEF structure describes schema information 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.
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.