Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors