This sample demonstrates RAS phonebook APIs:

	RasGetEntryProperties
	RasSetEntryProperties
	RasValidateEntryName
	RasRenameEntry
	RasDeleteEntry
	RasGetCountryInfo
	RasEnumDevices

The sample is written to run only on:

	Windows 95
	Windows NT 4.0

To run the sample on Windows 95, you will need RNAPH.DLL, currently available on 
www.microsoft.com.  RNAPH.DLL comes in a ZIP file along with the header, lib and
documentation for these phonebook APIs.

No special DLL is required to run the sample on Windows NT 4.0.  However, to build
a version of the sample that will run on Windows NT 4, you will need to install 
the Win32 SDK that comes with NT 4 beta 2.  The Windows 95 documentation has been
added to the Win32 SDK documentation.
 
Other platforms such as Windows NT 3.51 and Windows for Workgroups do not support 
these new phonebook APIs.

An executeable GLE.EXE is included with this sample to aid in the understanding of 
the RAS error codes. GLE stands for GetLastError, and it is a fast, simple way to 
look up an error code from a command line.  Type GLE /? for options.


To build EXTAPI.EXE:

NMAKE
-----
1. Make sure your environment variables point to Win32 SDK headers and libs first, then
   the headers and libs in your compiler's directory.
2. Make sure your compiler bin directory is in the path.
3. Enter the command NMAKE CLEAN
4. Enter the command NMAKE


VC 4
----
Load VC40.Mak in the VC 4 developer studio editor.  Choose Rebuild All from the build menu.


VC 2
----
Load VC20.Mak in the VC 2 editor.  Choose Rebuild All from the Project menu.
