最新提现记录

  • 恭喜 admin 于 2023-6-6 15:17 成功提现 500元
  • 恭喜 admin 于 2023-5-3 09:45 成功提现 400元

wincc 脚本什么意思

[复制链接]
查看1421 | 回复0 | 2023-3-20 11:29:47 | 显示全部楼层 |阅读模式
#include "apdefap.h"
char* _main(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName)
{


int iLength = 260;
char* ContainerName;

#ifdef RUN_ON_WEBNAVIGATOR
WaitForDocumentReady("../@AreaButton");
#endif

ContainerName = (char*) SysMalloc( 260 );
*ContainerName = '\0';
SSMShowAreaButtonEx  ( lpszPictureName, lpszObjectName, "@area",  "@CSIGArea","@ToAreaGroup",ContainerName, iLength);
SetPropChar(lpszPictureName,lpszObjectName,"Tooltiptext",ContainerName);         

return ContainerName;

}
#include "apdefap.h"
long _main(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName)
{

return GetFillingIndex(lpszPictureName,lpszObjectName);

}

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则