Share via


IDVDTitleSet::GetTitlePart (Windows CE 5.0)

Send Feedback

This method returns the program chain number (PGCN) and the program number (PGN) for a specified part of title (PTT) in a specified title unit (TTU).

HRESULT GetTitlePart(UINT16ttu,UINT16ptt,UINT16* pPgcn,UINT8* pPgn);

Parameters

  • ttu
    [in] Specified TTU number. This is a 1-based index.
  • ptt
    [in] Specified PTT number. This is a 1–based index.
  • pPgcn
    [out] Pointer to the PGCN for PTT number ptt in TTU number ttu for the current VTS.
  • pPgn
    [out] Pointer to PGN for PTT number ptt in TTU number ttu for the current VTS.

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

IDVDTitleSet

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.