IADsClass::Qualifiers

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

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

Parameter

ppQualifiers
[out] Address of IADsCollection* pointer variable that receives the interface pointer to the ADSI collection object representing additional limits for this schema class.

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

There is no standard ADSI qualifier object definition.

Notes to Callers

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

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

IADsProperty::Qualifiers