BPCDeviceBase.Name

[This is preliminary documentation and subject to change.]

The Name property returns the name of the current instance of the Video control. This property is read-only.

Syntax

[ sName = ] object.Name
 

Parts

object
Object expression that resolves to a BPCDeviceBase object.
sName
String expression that identifies the device. For example, "ATI TVTuner".

Remarks

This is a read-only property at run time. This property is the name given to the instance when it is created. This name is extended to the control when used in Visual Basic, and it may or may not be supported in other ActiveX control containers.

The value of Name is specified by the OEM in the device driver. If the OEM does not specify a name for the device, the Video control returns the generic class name for the device.

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.