ScnLib_GetGameFrameRate()

ScnLib_GetGameFrameRate()

标准版专业版超级版游戏版
C++ __declspec(dllimport) int __stdcall ScnLib_GetGameFrameRate(void);
C# [DllImport("ScnLib.dll")] public static extern int ScnLib_GetGameFrameRate();
Basic Public Declare Function ScnLib_GetGameFrameRate Lib "ScnLib.dll" () As Int32
Delphi function ScnLib_GetGameFrameRate(): Integer; stdcall; external 'ScnLib.dll';

下载 SDK API 总览