Share via


IEnumDVD_XXXX::Reset

This method resets the enumeration sequence to the beginning.

HRESULT Reset(void)

Parameters

None.

Return Values

This method returns S_OK.

Remarks

A call to this method does not guarantee that the same set of objects will be enumerated after the reset. The reset behavior depends on the collection being enumerated. A static collection is reset to the beginning. Other collections can be too computationally expensive to guarantee this condition for all collections.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IEnumDVD_XXXX | IEnumDVD_CELL_PIECE | IEnumDVD_TEXT_ITEM | IEnumDVD_TEXT_LANGUAGE_UNIT

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.