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 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
Send Feedback on this topic to the authors