EDVDNavException (Windows CE 5.0)

Send Feedback

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

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

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

See Also

DVD-Video API Enumerated Types | IDVDNavigatorSink::OnNavigationException | EDDVDPlaybackState

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.