Platform SDK: Broadcast Architecture |
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
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.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in vidsvr.odl.
Import Library: Included as a resource in vid.ocx.