ZD 录屏 SDK API – ScnLib_GetLogPath()
ScnLib_GetLogPathA/W() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_GetLogPathA(LPSTR pszPath); |
✔ | ✔ | ✔ | ✔ |
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'; | ||||
|