Share via


EDVDNavException (Windows Embedded CE 6.0)

1/6/2010

This enumeration lists the types of navigation errors that can occur.

Syntax

typedef enum {
  InsufficientParentalLevel,
  FatalNavigationError
} EDVDNavException;

Elements

  • InsufficientParentalLevel
    Indicates that the player attempted to access content that was at a more restrictive parental level than the current setting.
  • FatalNavigationError
    Indicates that a navigation instruction failed execution and the navigation manager has entered the DVD_STOPPED (see EDDVDPlaybackState) state.

Requirements

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

See Also

Reference

DVD-Video API Enumerated Types
IDVDNavigatorSink::OnNavigationException
EDDVDPlaybackState