ZD 录屏 SDK API – ScnLib_StopRecording()
ScnLib_StopRecording() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_StopRecording(void); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern void ScnLib_StopRecording(); | ||||
Basic |
Public Declare Sub ScnLib_StopRecording Lib "ScnLib.dll" () | ||||
Delphi |
procedure ScnLib_StopRecording(); stdcall; external 'ScnLib.dll'; | ||||
|