Share via


IDVDUserOperation::PartPlay (Windows Embedded CE 6.0)

1/6/2010

This method plays a specified part of title (PTT) from a specified title unit (TTU) in the current video title set (VTS).

Syntax

HRESULT PartPlay(
  BYTE byteTitleNumber,
  USHORT uhPartOfTheTitle
);

Parameters

  • byteTitleNumber
    [in] Number in the range from 1 to 99 specifying the title number (TTN) to play.
  • uhPartOfTheTitle
    [in] Number in the range from 1 to 999 specifying the part of title (PTT) in to play.

Return Value

If the function succeeds, the return value is S_OK.

Requirements

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

See Also

Reference

IDVDUserOperation