Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置与用户名关联的新 MobiLink 口令。
根据所使用的 API 不同,语法会有所变化。还可以使用 ulsync 设置此参数。
字符串
此参数是可选的。
ulsync 可以将此参数按如下方法设置为扩展同步参数:
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;NewMobiLinkPwd=mynewpassword;Stream=http"
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.new_password = UL_TEXT( "mlnewpass" );