Skip to content

Display_VideoWindowHandle

property, read-only

Delphi
property Display_VideoWindowHandle: NativeInt index 0 read GetDisplayVideoWindowHandle;
C++Builder
__property HWND Display_VideoWindowHandle = {read=GetDisplayVideoWindowHandle, index=0, nodefault};
C#
public IntPtr Display_VideoWindowHandle { get; }
VB.NET
Public ReadOnly Property Display_VideoWindowHandle As IntPtr
C++/Qt
HWND GetDisplay_VideoWindowHandle ();

Used to retrieve the window handle of the 1st video window.

Returns 0 if the 1st video window does not exist.