[This is preliminary documentation and subject to change.]
The Error event occurs when an asynchronous error occurs in the Video control or the control's input or output device.
Private Sub object_Error(Number As Integer, _
ByVal Description As String, ByVal SCode As Long, _
ByVal Source As String, HelpFile As String, _
HelpContext As Long, CancelDisplay As Boolean)
Broadcast Architecture does not currently generate asynchronous errors.
The Error event occurs when the Video control reports an error during playback. By default, the control displays a message box containing the description string. To avoid displaying this box, set the CancelDisplay parameter of the Error event to False.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in vidsvr.odl.
Import Library: Included as a resource in vid.ocx.
Unicode: Yes.