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.
- Returns S_OK if successful, or an OLE defined error code otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.