An application can use the RasGetEntryProperties or RasSetEntryProperties function to copy the configuration data to another entry. The lpszEntryName parameter can be used to change the entry.
To copy a phone-book entry to the dialing list
- Call RasGetEntryProperties to get current phone-book properties.
- Call RasSetEntryProperties to set new phone-book properties.
- Call RasGetEntryDialParams to retrieve current user data.
- Call RasSetEntryDialParams to set user password data.
The return value is TRUE if successful and FALSE if not.