ZD 录屏 SDK API – ScnLib_SetCaptureWnd()
ScnLib_SetCaptureWnd() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
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'; | ||||
|