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