Share via


IDVDTimeMap::GetVOBUAddress (Windows CE 5.0)

Send Feedback

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(UINT16nEntryIndex,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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.