ZD Screen Recorder SDK API – ScnLib_SetLogPath()
ScnLib_SetLogPathA/W() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_SetLogPathA(LPCSTR pcszPath, BOOL bNewLog); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_SetLogPathW(string Path, bool NewLog); | ||||
Basic |
Public Declare Unicode Sub ScnLib_SetLogPathW Lib "ScnLib.dll" (ByVal Path As String, ByVal NewLog As Boolean) | ||||
Delphi |
procedure ScnLib_SetLogPathA(const Path: PAnsiChar; NewLog: LongBool); stdcall; external 'ScnLib.dll'; | ||||
|