IDVDProgramChain::GetCellPlaybackInfo (Windows Embedded CE 6.0)
1/6/2010
This method reads the program chain general information (PGC_GI) for the current program chain (PGC) and returns cell playback information (C_PBI) for a specified cell in the cell playback information table (C_PBIT).
Syntax
HRESULT GetCellPlaybackInfo(
UINT8 cn,
DVD_CELL_PLAYBACK* pInfo
);
Parameters
- cn
[in] Specifies the C_PBI set in the C_PBIT.
- pInfo
[out] Pointer to a DVD_CELL_PLAYBACK structure containing the C_PBI specified by cn.
Return Value
If the method succeeds, it returns S_OK.
If this method fails, the return value may be the following error value.
Error value | Description |
---|---|
E_NOINTERFACE |
The method was unable to obtain and return an interface pointer. |
Requirements
Header | dvdata.h, dvdata.idl |
Library | Ddvdids.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |