IADsProperty::Qualifiers

Optional method returning a collection of Active Directory objects describing additional qualifiers of this property.

HRESULT IADsProperty::Qualifiers(
  IADsCollection ** ppQualifiers  //Collection of additional 
                                  // constraints
);
 

Parameter

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:

S_OK
The IADsCollection interface pointer has been successfully retrieved.

Remarks

Active Directory implementations call this method when determining if there are any provider-specific constraints on the uses or values of this property.

Notes to Implementers

Return E_NOTIMPL if you do not support this interface.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows CE: Unsupported.
  Header: Declared in iads.h.

See Also

IADsClass::Qualifiers