ZD Screen Recorder SDK API – ScnLib_GetVideoPreviewWnd()
ScnLib_GetVideoPreviewWnd() | Std Edition | Pro Edition | Max Edition | Ultra 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'; | ||||
|