Contents Index Topic Contents | ||
Previous Topic: IEnumWorkItems::Next Next Topic: IEnumWorkItems::Skip |
IEnumWorkItems::Reset
HRESULT Reset(void);Resets the enumeration sequence to the beginning.
- Returns S_OK if successful, or E_OUTOFMEMORY if there is not enough available memory.
A call to this method does not guarantee that the same set of tasks will be enumerated after the reset, because it depends on the collection being enumerated.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.