IVersionCol::_NewEnum

Meta Data Services Programming

Meta Data Services Programming

IVersionCol::_NewEnum

This method retrieves an enumeration interface pointer for the relationship collection. This interface is a standard Automation enumeration interface. It supports the Clone, Next, Reset, and Skip methods. You can use the enumeration interface to step through the relationships in the collection.

Syntax

HRESULT _NewEnum(     IUnknown **ppIEnum
);

Parts

**ppIEnum

[out]
The enumeration interface pointer.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IVersionCol Interface