IDVDTitleSet::GetTitlePart
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(
UINT16 ttu,
UINT16 ptt,
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.