ZD Screen Recorder SDK API – ScnLib_RecoverVideoFile()
ScnLib_RecoverVideoFileA/W() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) BOOL __stdcall ScnLib_RecoverVideoFileA(LPCSTR pcszFromPath, LPCSTR pcszToPath); |
✘ | ✘ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern bool ScnLib_RecoverVideoFileW(string FromPath, string ToPath); | ||||
Basic |
Public Declare Unicode Function ScnLib_RecoverVideoFileW Lib "ScnLib.dll" (ByVal FromPath As String, ByVal ToPath As String) As Boolean | ||||
Delphi |
function ScnLib_RecoverVideoFileA(const FromPath: PAnsiChar; const ToPath: PAnsiChar): LongBool; stdcall; external 'ScnLib.dll'; | ||||
|