获取可以在WinGP中设置的画面数并将它们返回给数组。
设置将检索/显示的画面数,这个数字必须小于由获取画面数函数返回的值。
函数名称
INT32 EnumScreenNumber(
INT32l_RuntimeHandle,
INT32 l_ScreenNumberCount,
INT32 *pl_ScreenNumbers );
参数
l_RuntimeHandle:(i)用于操作的WinGP句柄
l_ScreenNumberCount:(i)显示画面的数量
l_ScreenNumbers:(o)显示画面(返回到数组中)
返回值(NULL)
状态
0: 完成
-1: 参数错误
-2: 超时
1: WinGP不接受的状态(结束中,等)