Platform SDK: Broadcast Architecture

BPCDevices.Item

The Item method returns a reference to the specified BPCDeviceBase object in a BPCDevices collection. You cannot use this method to set devices, only retrieve them. Visual Basic syntax is shown.

[oDevice = ] object.Item(vName)

Parts

object
Object expression that resolves to a BPCDevices object.
oDevice
BPCDeviceBase object specified by the vName parameter
vName
VT_BSTR value that contains the device name of the BPCDeviceBase object to reference.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCDeviceBase, BPCDevices, BPCDevices.Count, BPCVid.Devices, BPCVid.TSDeviceCount