IEnumDVD_XXXX::Clone (Windows CE 5.0)
This method creates another enumerator that contains the same enumeration state as the current one.
HRESULT Clone(IEnumDVD_XXXX** ppenum);
Parameters
ppenum
[out] Pointer to a new IEnumDVD_XXXX interface that will contain the cloned interface.The type of this parameter must be the same as the interface being cloned and can be IEnumDVD_CELL_PIECE, IEnumDVD_TEXT_ITEM, or IEnumDVD_TEXT_LANGUAGE_UNIT.
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