Platform SDK: Active Directory, ADSI, and 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 IADsProperty::Qualifiers(
  IADsCollection ** ppQualifiers  
);

When to Implement

Return E_NOTIMPL if you do not support this interface.

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:

S_OK
The IADsCollection interface pointer has been successfully retrieved.
For other return values, see ADSI Error Codes.

Remarks

ADSI calls this method when it detects any provider-specific constraints on the uses or values of this property.

Requirements

  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.

See Also

IADsClass::Qualifiers, IADsCollection, IADsProperty