ZD 录屏 SDK API – ScnLib_GetWebcamPreviewWnd()
ScnLib_GetWebcamPreviewWnd() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) HWND __stdcall ScnLib_GetWebcamPreviewWnd(void); |
✘ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern IntPtr ScnLib_GetWebcamPreviewWnd(); | ||||
Basic |
Public Declare Function ScnLib_GetWebcamPreviewWnd Lib "ScnLib.dll" () As IntPtr | ||||
Delphi |
function ScnLib_GetWebcamPreviewWnd(): THandle; stdcall; external 'ScnLib.dll'; | ||||
|