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