Share via


IDVDTimeMap::GetVOBUAddress (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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 Value

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

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

See Also

Reference

IDVDTimeMap