Creates a synchronization profile.
public virtual bool SetSyncInfo( char const * profileName, ul_sync_info * info )
profileName The name of the synchronization profile.
info A pointer to the ul_sync_info structure that holds the synchronization parameters.
True on success, otherwise false.
The synchronization profile replaces any previous profile with the same name. The named profile is deleted by specifying a null pointer for the structure.