Share via


EPGCLinkType (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Header dvdata.h, dvdata.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

DVD-Video API Enumerated Types
IDVDProgramChain::GetLink