IEnumMoniker::Reset method
Resets the enumeration sequence to the beginning.
Syntax
HRESULT Reset();
Parameters
This method has no parameters.
Return value
This method returns S_OK on success.
Remarks
There is no guarantee that the same set of objects will be enumerated after the reset operation has completed. 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.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IEnumMoniker is defined as 00000102-0000-0000-C000-000000000046 |
See also
Show: