Share via


IDVDUserOperation::TimePlay (Windows Embedded CE 6.0)

1/6/2010

This method begins playing at the specified time in the title.

Syntax

HRESULT TimePlay(
  BYTE byteTitleNumber,
  UINT uiBCDTime
);

Parameters

  • byteTitleNumber
    [in] Number, in the range from 1 to 99, specifying the title number (TTN).
  • uiBCDTime
    [in] The time expressed in BCD format, the same format as C_PBTM.

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