Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Windows Embedded CE includes a sample application code that demonstrates how to configure and initialize a RAS server to accept incoming calls. This code sample is located at the %_WINCEROOT%\Public\common\oak\drivers\netsamp\rasserver directory. The code sample shows how to perform the following tasks:

  • Using the RasIOControlfunction to perform various configuration tasks, such as adding and removing a line, adding a user's credentials, and modifying global parameter settings.

  • Using the RasDevConfigDialogEditfunction to edit the device configuration for the specified line device through the Graphical User Interface (GUI).

  • Obtaining the device configuration for a specified line by calling the lineGetDevConfigfunction, modifying the baud rate for the line device by calling the lineDevSpecificfunction, and storing the modified line device configuration by calling the lineSetDevConfigfunction.

See Also