IEnumDVD_XXXX::Clone (Windows Embedded CE 6.0)
1/6/2010
This method creates another enumerator that contains the same enumeration state as the current one.
Syntax
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
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IEnumDVD_XXXX
IEnumDVD_CELL_PIECE
IEnumDVD_TEXT_ITEM
IEnumDVD_TEXT_LANGUAGE_UNIT