Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
同步过程设置此字段来报告上载到 MobiLink 服务器的数据的状态。
根据所使用的 API 不同,语法会有所变化。
此参数由 UltraLite 设置,因此是只读参数。
同步后,如果上载成功,该参数保持为 true,否则为 false。如果有同步错误,您可以检查此参数,以了解在错误发生以前数据是否已经成功上载。
UltraLite for C/C++ 应用程序可以按如下方法访问参数:
ul_sync_info info; // ... returncode = info.upload_ok;