Share via


IDVDVideoVolume::GetVideoTitleSetsCount (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the number of video title sets (VTS) found in the DVD-Video volume.

Syntax

HRESULT GetVideoTitleSetsCount(
  UINT16* pCount 
);

Parameters

  • pCount
    [out] Address of the count of video title sets.

Return Value

This method always returns S_OK.

Requirements

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

See Also

Reference

IDVDVideoVolume