Platform SDK: Broadcast Architecture

BPCVid.HWnd

The HWnd property contains a reference to the window hosting the Video control. This property is read-only. Visual Basic syntax is shown.

[Hwnd = ] object.HWnd 

Parts

object
Object expression that resolves to a BPCVid object.
Hwnd
OLE_HANDLE that receives the handle of the host window.

Remarks

Windows identifies each form and control in an application by assigning it a handle, or HWnd. The HWnd property is used with Microsoft® Win32® API calls, most often as a parameter.

Because Windows can change the value of HWnd, your application must not change the HWnd value or store it in a variable.

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

BPCDevices, BPCVid