Share via


IDVDTimeMap::GetTableHeader (Windows Embedded CE 6.0)

1/6/2010

This method reads the video title set time map (VTS_TMAP) and returns the returns the time unit (TMU) and the number of map entries (MAP_EN_Ns).

Syntax

HRESULT GetTableHeader(
  UINT8* pTMU,
  UINT16* pnEntries
);

Parameters

  • pTMU
    [out] Pointer to the TMU from the VTS_TMAP.
  • pnEntries
    [out] Pointer to the MAP_EN_Ns from the VTS_TMAP.

Return Value

This method always returns NOERROR.

Requirements

Header dvdata.h, dvdata.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDTimeMap