The RasRenameEntry function changes the name of an entry in a phone book.
DWORD RasRenameEntry(
LPTSTR lpszPhonebook, |
// pointer to full path and filename of phone-book file |
LPTSTR lpszOldEntry, |
// pointer to the old entry name |
LPTSTR lpszNewEntry |
// pointer to the new entry name |
); |
If the function succeeds, the return value is zero.
If the function fails, the return value is one of the following error codes.
Value |
Meaning |
ERROR_INVALID_NAME |
The lpszNewEntry name is invalid. |
ERROR_ALREADY_EXISTS |
An entry with the lpszNewEntry name already exists. |
ERROR_CANNOT_FIND_PHONEBOOK_ENTRY |
The phone-book entry does not exist. |