win32ras.EditPhonebookEntry
EditPhonebookEntry(hWnd, fileName, entryName)
Creates a new phonebook entry. The function displays a dialog box into which
the user can enter information about the entry
Parameters
hWnd : int
Handle to the parent window of the dialog box.fileName : string
Specifies the filename of the phonebook entry, or None. Currently
this is ignored.entryName=None : string
Specifies the name of the phonebook entry to edit
Win32 API References
Search for RasEditPhonebookEntry at msdn, google or google groups.