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