ZD Screen Recorder SDK API – ScnLib_GetCaptureWnd()
ScnLib_GetCaptureWnd() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) HWND __stdcall ScnLib_GetCaptureWnd(void); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern IntPtr ScnLib_GetCaptureWnd(); | ||||
Basic |
Public Declare Function ScnLib_GetCaptureWnd Lib "ScnLib.dll" () As IntPtr | ||||
Delphi |
function ScnLib_GetCaptureWnd(): THandle; stdcall; external 'ScnLib.dll'; | ||||
|