BPCVid.ErrorMessage

[This is preliminary documentation and subject to change.]

The ErrorMessage event passes an error message to the container application hosting the Video control. This event is not implemented.

Syntax

Private Sub object_ErrorMessage(iMessage As Long, Text As String)
 

Parameters

object
Object expression that resolves to a BPCVid object.
iMessage
Long that indicates the error number.
Text
String that describes the error.

QuickInfo

  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.

See Also

BPCVid.Error