ZD Screen Recorder SDK API – ScnLib_SetCaptureWnd()
ScnLib_SetCaptureWnd() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) HWND __stdcall ScnLib_SetCaptureWnd(HWND hWnd, BOOL bExclusive); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern IntPtr ScnLib_SetCaptureWnd(IntPtr Wnd, bool Exclusive); | ||||
Basic |
Public Declare Function ScnLib_SetCaptureWnd Lib "ScnLib.dll" (ByVal Wnd As IntPtr, ByVal Exclusive As Boolean) As IntPtr | ||||
Delphi |
function ScnLib_SetCaptureWnd(Wnd: THandle; Exclusive: LongBool): THandle; stdcall; external 'ScnLib.dll'; | ||||
|