IEnumRepositoryErrors::Clone

Meta Data Services Programming

Meta Data Services Programming

IEnumRepositoryErrors::Clone

Use this method to create a clone of the COM enumerator object. After cloning, the two enumerators operate independently of each other.

HRESULT Clone(IEnumRepositoryErrors   **ppIEnum )

Parts

*ppIEnum

[out]
The interface pointer for the new enumerator object.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IEnumRepositoryErrors Interface