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 interface is used to enumerate lists of DVD_TEXT_ITEM structures. IEnumDVD_CELL_PIECE is an IEnumDVD_XXXX interface and therefore has the standard methods as all such interfaces: Next, Skip, Reset, and Clone.
Remarks
You can obtain a pointer to an IEnumDVD_TEXT_ITEM interface in the following ways:
- By calling the IUnknown::QueryInterface method of a DVDData object and specifying the IID_IEnumDVD_TEXT_ITEM interface identifier, see DVD-Video API Interface Identifiers.
- By calling the IDVDTextManager::EnumerateTitleTextItems method.
- By calling an existing IEnumDVD_TEXT_ITEM interface's Clone method.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.
See Also
IEnumDVD_XXXX | IEnumDVD_XXXX::Next | IEnumDVD_XXXX::Skip | IEnumDVD_XXXX::Reset | IEnumDVD_XXXX::Clone | IDVDTextManager::EnumerateTitleTextItems
Send Feedback on this topic to the authors