Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在 MobiLink 事件中提供正在传递给验证参数的验证参数数目。
根据所使用的 API 不同,语法会有所变化。UltraLiteJ 不需要此语法。
不向自定义验证脚本传递任何参数。
此参数与验证参数一同使用,用来向自定义验证脚本提供信息。
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.num_auth_parms = 3;