RAS Server/PPTP Server (Incoming) Samples
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 RasIOControl function to perform various configuration tasks, such as adding and removing a line, adding a user's credentials, and modifying global parameter settings.
- Using the RasDevConfigDialogEdit function 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 lineGetDevConfig function, modifying the baud rate for the line device by calling the lineDevSpecific function, and storing the modified line device configuration by calling the lineSetDevConfig function.
See Also
Reference
Concepts
RAS Server/PPTP Server (Incoming) Application Development
Configuring the RAS Server
Other Resources
RasDevConfigDialogEdit
lineGetDevConfig
lineGetDevConfig
lineDevSpecific