Synchronize the database using the given profile and merge parameters.
public ul_ret_void ULSynchronizeFromProfileW( SQLCA * sqlca, ul_wchar const * profile_name, ul_wchar const * merge_parms, ul_sync_observer_fn observer, ul_void * user_data )
sqlca A pointer to the SQLCA.
profile_name Name of the profile to synchronize.
merge_parms Merge parameters for the synchronization.
observer Observer callback to send status updates to.
user_data User context data passed to callback.
This method prototype is used internally when you refer to ULSynchronizeFromProfile and #define the UNICODE macro on Win32 platforms. Typically, you would not reference this method directly when creating an UltraLite application.