IEnumIDList::CloneIEnumIDList::Clone*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IEnumIDList
*Next Topic: IEnumIDList::Next

IEnumIDList::Clone


HRESULT Clone(
    IEnumIDList **ppenum	
   );

Creates a new item enumeration object with the same contents and state as the current one.

ppenum
Address of a pointer to the new enumeration object. The calling application must eventually free the new object by calling its Release member function.

This method makes it possible to record a particular point in the enumeration sequence and then return to that point at a later time.

See also IEnumIDList


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