Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: EC_DVD_DOMAIN_CHANGE
*Next Topic: EC_DVD_NO_FP_PGC

EC_DVD_ERROR Event

Signals a digital video disc (DVD) error condition.

Syntax

MediaPlayer_DVDNotify(Event, Param1, Param2)

Parameters

Event Value that resolves to 268 if this event occurs.
Param1 DWORD value indicating the error condition. See Remarks.
Param2 Zero.

Remarks

The error condition parameter (Param1) can have any of the following possible values.

Value Error Condition
1 Unexpected. Something unexpected happened; perhaps content is incorrectly authored. Playback is stopped.
2 Copy Protect Fail. Key exchange for DVD copy protection failed. Playback is stopped.
3 Invalid DVD 1.0 Disc. DVD disc is incorrectly authored for v1.0 of spec. Playback is stopped.
4 Invalid Disc Region. The disc cannot be played because it is not authored to play in the system region. Possibly the region mismatch can be fixed by changing the system region with dvdrgn.exe.
6 Macrovision Fail. Macrovision distribution failed. Playback is stopped.
7 Incompatible System and Decoder Regions. No discs can be played because the system region does not match the decoder region.
8 Incompatible Disc And Decoder Regions. The disc cannot be played because the disc is not authored to be played in the decoder's region.

All domains raise this event. For more information on domains, see the CurrentDomain property.

For information on how to use this event code, see DVDNotify.

See Also

DVD Error Codes


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.