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