Share via


IDVDUserOperation::ProgramSearch

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

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 Values

If the function succeeds, the return value is S_OK.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdnav.h, Dvdnav.idl.
Link Library: Ddvdids.lib.

See Also

IDVDUserOperation

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.