BPCSuspended

[This is preliminary documentation and subject to change.]

The BPCSuspended object indicates whether the video server has released all video devices.

This object is returned by the BPCSuspend.DeviceRelease method. If the method is successful and the Video server releases all video devices, the method returns a valid instance of BPCSuspended. The video server will remain suspended as long as this object instance exists.

To unsuspend the video server, release the BPCSuspended object by setting it to Nothing. The destruction of the BPCSuspended object notifies the video server that it can once again connect to devices. Otherwise, the video server will be re-enabled when the object variable goes out of scope or the application closes.

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

BPCSuspend, Suspending the Video Server