Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
ユーザ名に対する新しい Mobile Link パスワードを設定します。
構文は、使用する API によって異なります。このパラメータは ulsync を使用して設定することもできます。
文字列
このパラメータはオプションです。
ulsync は、次のようにこのパラメータを拡張同期パラメータとして設定できます。
ulsync -c DBF=myuldb.udb "MobiLinkUid=remoteA;ScriptVersion=2;NewMobiLinkPwd=mynewpassword;Stream=http"
Ultra Light for C/C++ アプリケーションは、次のようにパラメータを設定できます。
ul_sync_info info; // ... info.new_password = UL_TEXT( "mlnewpass" );