IDVDUserOperation::ProgramSearch (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.