IEnumRepositoryErrors::Clone

See Also

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 );

Parameters

*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.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.