RasDeleteEntry

This function deletes an entry from the phone book.

DWORD RasDeleteEntry(
LPWSTR lpszPhonebook, 
LPWSTR lpszEntry );

Parameters

  • lpszPhonebook
    This parameter is ignored and should be set to NULL. Phone-book entries are stored in the registry rather than in a phone-book file.
  • lpszEntry
    Pointer to a null-terminated string that contains the name of an existing entry to be deleted.

Return Values

Zero indicates success. A nonzero RAS error code indicates failure.

Include Raserror.h for definitions of the RAS error codes.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 and later Ras.h, Afdfunc.h   Ppp.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.