UltraLite Static C++ User's Guide
Synchronization Parameters Reference
Synchronization parameters
Sets a new MobiLink password associated with the user name.
There is no default.
Set the parameter as follows:
ul_synch_info info; // ... info.password = UL_TEXT( "myoldpassword" ); info.new_password = UL_TEXT( "mynewpassword" );
Authenticating MobiLink Users.