Directory Services

IADsProperty::Qualifiers

The IADsProperty::Qualifiers method is an optional method that returns a collection of ADSI objects describing additional qualifiers of this property.

HRESULT Qualifiers( 
  IADsCollection** ppQualifiers
);

Parameters

ppQualifiers
[out] Indirect pointer to the IADsCollection interface on the ADSI collection object that represents additional limits for this property.

Return Values

This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:

Return Code Description
S_OK The IADsCollection interface pointer has been successfully retrieved.

Remarks

The qualifier objects are provider-specific. When supported, this method can be used to obtain extended schema information.

This method is not currently supported by any of the providers supplied by Microsoft®.

Requirements

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.

See Also

IADsClass::Qualifiers, IADsCollection, IADsProperty