ZD 录屏 SDK API – ScnLib_GetVideoPath()
ScnLib_GetVideoPathA/W() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) void __stdcall ScnLib_GetVideoPathA(LPSTR pszPath, BOOL bSaved); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll", CharSet = CharSet.Unicode)] public static extern void ScnLib_GetVideoPathW(StringBuilder Path, bool Saved); | ||||
Basic |
Public Declare Unicode Sub ScnLib_GetVideoPathW Lib "ScnLib.dll" (ByVal Path As StringBuilder, ByVal Saved As Boolean) | ||||
Delphi |
procedure ScnLib_GetVideoPathA(Path: PAnsiChar; Saved: LongBool); stdcall; external 'ScnLib.dll'; | ||||
|