Partager via


IDVDTimeMap::GetTableHeader

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).

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 Values

This method always returns NOERROR.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDTimeMap

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.