Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The Error event is called by the MSVidCtl object when an error occurs in the Video Control or in the underlying filter graph. Currently no errors are defined for this event.
Syntax
object_Error(
Number As Integer,
Description As String,
SCode As Long,
Source As String,
HelpFile As String,
HelpContext As String,
CancelDisplay As <Unsupported variant type>)
Parameters
Number
Specifies the error number.
Description
Contains a description of the error.
SCode
Specifies the S code for this error.
Source
Specifies the source of the error.
HelpFile
Specifies the Help file associated with the error.
HelpContext
Specifies Help context associated with the error.
CancelDisplay
Specifies whether the display should be cancelled.
See Also