BPCDeviceBase.HasChannel

[This is preliminary documentation and subject to change.]

The HasChannel property indicates whether the device supports channels. This property is read-only.

Syntax

[ bHasChannel = ] object.HasChannel
 

Parts

object
Object expression that resolves to a BPCDeviceBase object.
bHasChannel
Boolean that is True if the device supports channels and False if it does not.

Remarks

A television tuner card, for example, has a HasChannel property of True.

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

BPCDeviceBase.Channel