EPGCLinkType (Windows CE 5.0)

Send Feedback

This enumeration lists the types of navigation links that are available for a program chain (PGC_NV_CTL).

typedef enum {DVD_NEXT_PGC,DVD_PREVIOUS_PGC,DVD_UP_PGC} EPGCLinkType;

Elements

  • DVD_NEXT_PGC
    Indicates the next program chain.
  • DVD_PREVIOUS_PGC
    Indicates the previous program chain.
  • DVD_UP_PGC
    Indicates the program chain that the player will return to when it is done playing the current program chain.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.

See Also

DVD-Video API Enumerated Types | IDVDProgramChain::GetLink

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.