IEnumProjects::Clone

 

Creates a new enumerator that contains the same enumeration state as the current one.

Syntax

HRESULT Clone(IEnumProjects **ppEnumProjects);

Parameters

ppEnumProjects

[out,retval] The new enumerator.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IEnumProjects Interface