Share via


IEnumSTATSTG::Reset (Windows CE 5.0)

Send Feedback

This method resets the enumeration sequence to the beginning.

HRESULT Reset(void);

Parameters

None.

Return Values

S_OK indicates success.

Remarks

A call to this method, resetting the sequence, does not guarantee that the same set of objects will be enumerated after the reset, because it depends on the collection being enumerated.

A static collection is reset to the beginning, but it can be too expensive for some collections, such as files in a directory, to guarantee this condition.

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Objidl.h, Objidl.idl.
Link Library: Ole32.lib, Uuid.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.