Share via


IDVDTimeMap::GetTableHeader (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.