获取指定区域刷新率 - GetWindowsFps
获取指定区域刷新率
x1 , y1, x2, y2传 0, 0, 0, 0 为窗口整个客户区
接口名称
GetWindowsFps
DLL调用
int GetWindowsFps(long ola, int x1, int y1, int x2, int y2)
参数定义:
ola(长整型数): OLAPlug对象的指针,由DLL版本 CreateCOLAPlugInterFace 接口生成x1(整型数): 查找区域的左上角X坐标y1(整型数): 查找区域的左上角Y坐标x2(整型数): 查找区域的右下角X坐标y2(整型数): 查找区域的右下角Y坐标
示例:
待补充...
返回值
整型数: 刷新率
