ScnLib_GetVideoPreviewWnd()

ScnLib_GetVideoPreviewWnd()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) HWND __stdcall ScnLib_GetVideoPreviewWnd(void);
C# [DllImport("ScnLib.dll")] public static extern IntPtr ScnLib_GetVideoPreviewWnd();
Basic Public Declare Function ScnLib_GetVideoPreviewWnd Lib "ScnLib.dll" () As IntPtr
Delphi function ScnLib_GetVideoPreviewWnd(): THandle; stdcall; external 'ScnLib.dll';
  • Description
    Retrieve the handle of the active video preview window.

  • Parameters
    None.

  • Return Value
    The handle of the active video preview window. A zero value indicates that there is no active video preview window.

  • Remarks
    Use this function to retrieve the handle of the active video preview window attached or created via ScnLib_PreviewVideo().

  • See Also
    ScnLib_PreviewVideo()

Try the SDK for FREE SDK APIs overview