IEnumWorkItems::CloneIEnumWorkItems::Clone*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IEnumWorkItems
*Next Topic: IEnumWorkItems::Next

IEnumWorkItems::Clone

HRESULT Clone(
    IEnumWorkItems ** ppEnumWorkItems
);

Creates another enumerator that contains the same enumeration state as the current one. Using this method, a client can record a particular point in the enumeration sequence and return to that point later. The new enumerator supports the same interface as the original.

ppEnumWorkItems
Address of a pointer to an IEnumWorkItems interface that will be assigned to the newly created enumeration. If the method fails, this parameter is undefined.

Back to top


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