Share via


IDVDTextManager::EnumerateTitleTextItems

This method returns an IEnumDVD_TEXT_ITEM interface to enumerate the item text (IT_TXT) elements for a specified title in a specified text data language unit (TXDT_LU). This method can also return an interface to enumerate the IT_TXT for the TXTDT_LU's volume.

HRESULT EnumerateTitleTextItems(
  DVD_TEXT_LANGUAGE_UNIT* pTLU,
  UINT8 title,
  IEnumDVD_TEXT_ITEM** ppEnum
);

Parameters

Return Values

This method always returns S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDTextManager | IDVDTextManager::EnumerateTextLanguageUnits | DVD_TEXT_LANGUAGE_UNIT

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.