Functions

The following table shows the RAS functions supported by Windows CE.

Function
Description
RasDeleteEntry Deletes a phone-book entry in the registry.
RasDial Establishes a RAS connection.
RasEnumConnections Lists active RAS connections and returns each connection handle and phone-book entry name.
RasEnumEntries Lists all registry phone-book entry names.
RasGetConnectStatus Retrieves the current specified remote access connection status. An application can use this call to determine when a RasDial call has completed.
RasGetEntryDialParams Retrieves connection data saved by the last successful call to the RasDial or RasGetEntryDialParams function for a specified phone-book entry.
RasGetEntryProperties Retrieves phone-book entry properties.
RasHangUp Terminates a RAS connection. The connection is specified with a RAS connection handle. RasHangUp releases all resources associated with the handle.
RasRenameEntry Changes a phone-book entry name.
RasSetEntryDialParams Changes connection data saved by the last successful call to the RasDial function or the RasGetEntryDialParams function for a specified phone-book entry.
RasSetEntryProperties Changes the connection data for a phone-book entry or creates a new phone-book entry.
RasValidateEntryName Validates the format of a connection entry name. The entry name must contain at least one non-white-space alphanumeric character.