IADsGroup::Members

Gets the IADsMembers interface on the ADSI collection object that represents the members of this group.

HRESULT IADsGroup::Members(
  IADsMembers ** ppMembers  //Interface on the members collection 
                            // object
);
 

Parameter

ppMembers
[out] Pointer to the IADsMembers interface that supports methods to identify, manage, and filter members of this group.

Return Values

This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:

S_OK
The IADsMembers interface pointer on this group object has been successfully retrieved.

QuickInfo

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

See Also

IADsMembers, ADSI Group Object, ADSI Members Object