ScnLib_GetWebcamPreviewWnd()

ScnLib_GetWebcamPreviewWnd()

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

  • Parameters
    None.

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

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

  • See Also
    ScnLib_SelectWebcamDevice()
    ScnLib_PreviewWebcam()

Try the SDK for FREE SDK APIs overview