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