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
- pTLU
[in] Specified pointer to a DVD_TEXT_LANGUAGE_UNIT structure obtained from a previous call to IDVDTextManager::EnumerateTextLanguageUnits. - title
[in] Specified title number in the range from 1 to 99. A title value of 0 will return data for the TXDT_LU's volume. - ppEnum
[out] Pointer to a IDVDTextManager::EnumerateTextLanguageUnits interface enumerating the IT_TXT in the TXTDT_LU, specified by pTLU, for the title specified by title.
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.