ZD Screen Recorder SDK API – ScnLib_GetLogPath()

ScnLib_GetLogPathA/W()

Std EditionPro EditionMax EditionUltra Edition
C++ __declspec(dllimport) void __stdcall ScnLib_GetLogPathA(LPSTR pszPath);
__declspec(dllimport) void __stdcall ScnLib_GetLogPathW(LPWSTR pwszPath);
C# [DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetLogPathW(StringBuilder Path);
Basic Public Declare Unicode Sub ScnLib_GetLogPathW Lib "ScnLib.dll" (ByVal Path As StringBuilder)
Delphi procedure ScnLib_GetLogPathA(Path: PAnsiChar); stdcall; external 'ScnLib.dll';
procedure ScnLib_GetLogPathW(Path: PWideChar); stdcall; external 'ScnLib.dll';
  • Description
    Retrieve the current log file path.

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

  • Remarks
    Use this function to retrieve the current log file path.

  • See Also
    ScnLib_SetLogPathA/W()

Shopping Cart
  • Your cart is empty.
Scroll to Top