ZD Screen Recorder SDK API – ScnLib_ShowCountdownBox()
ScnLib_ShowCountdownBox() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) BOOL __stdcall ScnLib_ShowCountdownBox(int nSeconds); |
✘ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern bool ScnLib_ShowCountdownBox(int Seconds); | ||||
Basic |
Public Declare Function ScnLib_ShowCountdownBox Lib "ScnLib.dll" (ByVal Seconds As Int32) As Boolean | ||||
Delphi |
function ScnLib_ShowCountdownBox(Seconds: Integer): LongBool; stdcall; external 'ScnLib.dll'; | ||||
|