Directory Services |
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 );
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. |
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®.
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.