IEnumDVD_XXXX::Clone
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.