IEnumOleDocumentViews::CloneIEnumOleDocumentViews::Clone*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IEnumOleDocumentViews
*Next Topic: IEnumOleDocumentViews::Next

IEnumOleDocumentViews::Clone

HRESULT Clone(
    IEnumOleDocumentViews ** ppenum);

Creates a separate view enumerator with the same state as the current enumerator, and that iterates over the same list. This makes it possible to record a point in the enumeration sequence and return to that point at a later time.

ppenum
[out] Address of the IEnumOleDocumentViews interface pointer that receives the newly created enumerator. The caller must release this enumerator separately from the original enumerator.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.