ScnLib_GetLogoImage()

ScnLib_GetLogoImageA/W()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetLogoImageA(LPSTR pszPath);
__declspec(dllimport) void __stdcall ScnLib_GetLogoImageW(LPWSTR pwszPath);
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';
procedure ScnLib_GetLogoImageW(Path: PWideChar); stdcall; external 'ScnLib.dll';
  • Description
    Retrieve the current file path of the logo image.

  • Parameters
    • Path [out]
      The string buffer allocated to receive the current logo image file path. Ensure that the buffer has a capacity greater than 260 characters.
  • Return Value
    None.

  • Remarks
    Use this function to retrieve the current file path of the logo image.

  • See Also
    ScnLib_SetLogoImageA/W()

Try the SDK for FREE SDK APIs overview