Platform SDK: RAS/Routing and RAS |
The RasCustomDeleteEntryNotify function is an application-defined function that is exported by a third-party custom-dialing DLL. This function allows third-party vendors to implement custom dialogs for managing phone-book entries.
typedef DWORD (WINAPI *RasCustomDeleteEntryNotifyFn) ( LPCTSTR lpszPhonebook, LPCTSTR lpszEntry, DWORD dwFlags );
RCD_SingleUser
RCD_AllUsers
RCD_Eap
The function should return NO_ERROR.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Ras.h.
Remote Access Service (RAS) Overview, Remote Access Service Functions, RasCustomDial, RasCustomDialDlg, RasCustomEntryDlg, RasCustomHangUp, RasDial,