RasCustomDeleteEntryNotifyFn callback function (ras.h)
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.
Syntax
RasCustomDeleteEntryNotifyFn Rascustomdeleteentrynotifyfn;
DWORD Rascustomdeleteentrynotifyfn(
[in] LPCWSTR lpszPhonebook,
[in] LPCWSTR lpszEntry,
[in] DWORD dwFlags
)
{...}
Parameters
[in] lpszPhonebook
Pointer to a null-terminated string that specifies the full path and file name of a phone-book (PBK) file. If this parameter is NULL, the function uses the current default phone-book file. The default phone-book file is the one selected by the user in the User Preferences property sheet of the Dial-Up Networking dialog box.
[in] lpszEntry
Pointer to a null-terminated string that contains the name of the phone-book entry to dial.
[in] dwFlags
Specifies one or more of the following flags:
RCD_SingleUser (0x00000000)
RCD_AllUsers (0x00000001)
RCD_Eap (0x00000002)
RCD_Logon (0x00000004)
Return value
This function should return value ERROR_SUCCESS if successful.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | ras.h |