ADS_ATTR_DEF
The ADS_ATTR_DEF structure specifies information about an attribute definition.
typedef struct _ads_attr_def
{
LPWSTR pszAttrName;
ADSTYPE dwADsType;
DWORD dwMinRange;
DWORD dwMaxRange;
BOOL fMultiValued;
} ADS_ATTR_DEF, *PADS_ATTR_DEF;
Members
-
pszAttrName
-
Pointer to a stream containing the name of the attribute.
-
dwADsType
-
Data type of the attribute as defined by ADSTYPE.
-
dwMinRange
-
Minimum legal range for this attribute.
-
dwMaxRange
-
Maximum legal range for this attribute.
-
fMultiValued
-
Whether or not this attribute takes more than one value.