ScnLib_GetLogoText()

ScnLib_GetLogoTextA/W()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetLogoTextA(LPSTR pszText);
__declspec(dllimport) void __stdcall ScnLib_GetLogoTextW(LPWSTR pwszText);
C# [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetLogoTextW(StringBuilder Text);
Basic Public Declare Unicode Sub ScnLib_GetLogoTextW Lib "ScnLib.dll" (ByVal Text As StringBuilder)
Delphi procedure ScnLib_GetLogoTextA(Text: PAnsiChar); stdcall; external 'ScnLib.dll';
procedure ScnLib_GetLogoTextW(Text: PWideChar); stdcall; external 'ScnLib.dll';
  • Description
    Retrieve the logo text currently present in the video.

  • Parameters
    • Text [out]
      The string buffer allocated to receive the current logo text. Ensure that the buffer has a capacity greater than 1024 characters.
  • Return Value
    None.

  • Remarks
    Use this function to retrieve the logo text currently present in the video.

  • See Also
    ScnLib_SetLogoTextA/W()

Try the SDK for FREE SDK APIs overview