ZD Screen Recorder SDK API – ScnLib_GetLogoImage()
ScnLib_GetLogoImageA/W() | Std Edition | Pro Edition | Max Edition | Ultra Edition | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_GetLogoImageA(LPSTR pszPath); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetLogoImageW(StringBuilder Path); | ||||
Basic |
Public Declare Unicode Sub ScnLib_GetLogoImageW Lib "ScnLib.dll" (ByVal Path As StringBuilder) | ||||
Delphi |
procedure ScnLib_GetLogoImageA(Path: PAnsiChar); stdcall; external 'ScnLib.dll'; | ||||
|