Platform SDK: Active Directory, ADSI, and Directory Services |
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 );
Return E_NOTIMPL if you do not support this interface.
This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:
ADSI calls this method when it detects any provider-specific constraints on the uses or values of this property.
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.