ZD 录屏 SDK API – ScnLib_GetLastError()
ScnLib_GetLastError() | 标准版 | 专业版 | 超级版 | 至尊版 | |
---|---|---|---|---|---|
C++ |
__declspec(dllimport) DWORD __stdcall ScnLib_GetLastError(void); |
✔ | ✔ | ✔ | ✔ |
C# |
[DllImport("ScnLib.dll")] public static extern uint ScnLib_GetLastError(); | ||||
Basic |
Public Declare Function ScnLib_GetLastError Lib "ScnLib.dll" () As UInt32 | ||||
Delphi |
function ScnLib_GetLastError(): LongWord; stdcall; external 'ScnLib.dll'; | ||||
|