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.
1/6/2010
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).
Syntax
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 Value
This method always returns S_OK.
Requirements
| Header | dvdata.h, dvdata.idl |
| Library | Ddvdids.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |