Creates a synchronization profile.
public virtual bool SetSyncInfo( const ul_wchar * profileName, ul_sync_info_w2 * 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.