Share via


IDVDVideoVolume::GetTitleSet (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a specified video title set (VTS).

Syntax

HRESULT GetTitleSet(
  UINT16* zbVtsn,
  IDVDTitleSet** ppTitleSet
);

Parameters

  • zbVtsn
    [in] Address of the video title set number to return.
  • ppTitleSet
    [out] Address of the IDVDTitleSet interface pointer for the specified VTS.

Return Value

If the function succeeds, the return value is S_OK.

If the method fails, the return value may be one of the following error values.

Error value Description

E_OUTOFMEMORY

There was not enough memory available for the operation.

Requirements

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

See Also

Reference

IDVDVideoVolume
IDVDTitleSet