Share via


Phone-Book Entries (Windows Embedded CE 6.0)

1/6/2010

Phone-book entries, stored in the registry, contain the data necessary to establish a RAS connection. See RAS Registry Settings for more information.

A limited set of the Windows-based desktop functions is supported for working with phone-book entries. You can use the RasGetEntryDialParams or RasSetEntryDialParams function to set or retrieve the connection parameters for a phone-book entry. The RasEnumEntries function retrieves an array of RASENTRYNAME structures that contain the phone-book entry names.

The dwCountryCode member (the country/region code portion of the phone number) of RASENTRY is also supported. The value can be read using RasGetEntryProperties and set using RasSetEntryProperties. The dwCountryID member of RASENTRY is ignored. The RasGetCountryInfo function is not supported. To obtain the country/region code of the current location, as well as the area code and other properties, use the TAPI function lineGetTranslateCaps.

See Also

Concepts

Overview of RAS
RAS Registry Settings