Share via


IDVDUserOperation::ProgramSearch (Windows Embedded CE 6.0)

1/6/2010

This method stops the current presentation and starts a new presentation in the current program chain (PGC) at the point specified by byteProgramType.

Syntax

HRESULT ProgramSearch(
  BYTE byteProgramType
);

Parameters

  • byteProgramType
    [in] Specifies start of new presentation in the current PGC according to the following values.

    Value Action

    DVD_PROGRAM_PREVIOUS

    Starts at the beginning of the previous program.

    DVD_PROGRAM_NEXT

    Starts at the beginning of the next program.

    DVD_PROGRAM_TOP

    Starts at the beginning of the current program.

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