Default AutoDial Connectoid Setup
Other versions of this page are also available for the following:
8/28/2008
The AutoDial DLL looks in the following registry entry for the phone-book entry that defines the default connectoid: HKEY_LOCAL_MACHINE\Comm\Autoras\RasEntry.
Your application should set the value of this registry entry to a valid connectoid and reset the value when the connectoid is no longer valid. An invalid registry entry will trigger a user-viewable error message.
A NetUI sample application, ConnMC.exe, sets and resets the default AutoDial connectoid. You can view the code in the %_WINCEROOT%\Public\Common\Oak\Drivers\Netsamp\Connmc directory.