IADsMembers::get__NewEnum method (iads.h)
The IADsMembers::get__NewEnum method gets a dependent enumerator object that implements IEnumVARIANT for this ADSI collection object. Be aware that there are two underscore characters in the function name (get__NewEnum).
Syntax
HRESULT get__NewEnum(
[out] IUnknown **ppEnumerator
);
Parameters
[out] ppEnumerator
Pointer to a pointer to the IUnknown interface on the enumerator object for this collection.
Return value
This method supports the standard return values, including S_OK. For more information about other return values, see ADSI Error Codes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | iads.h |
DLL | Activeds.dll |