Share via


IDVDTimeMap::GetVOBUAddress

This method reads the video title set time map (VTS_TMAP) and returns a specified entry from the table of map entries (MAP_ENT).

HRESULT GetVOBUAddress(
  UINT16 nEntryIndex, 
  UINT32* pVobuRlbn
);

Parameters

  • nEntryIndex
    [in] Index number of the specified entry in MAP_ENT.
  • pVobuRlbn
    [out] Pointer to the specified map entry (MAP_EN).

Return Values

This method returns the following values.

Value Description
NOERROR Success
E_POINTER The method received an invalid pointer as an argument
E_INVALIDARG The value of nEntryIndex is greater than MAP_EN_Ns or it is greater than 2048.

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.