Platform SDK: RAS/Routing and RAS |
The RASAUTODIALENTRY structure describes an AutoDial entry associated with a network address in the AutoDial mapping database. An AutoDial entry specifies a phone-book entry that AutoDial dials in a particular TAPI dialing location.
The RasGetAutodialAddress and RasSetAutodialAddress functions use this structure to set and retrieve information about an AutoDial entry.
typedef struct { DWORD dwSize; DWORD dwFlags; DWORD dwDialingLocation; TCHAR szEntry[RAS_MaxEntryName + 1]; } RASAUTODIALENTRY;
sizeof(RASAUTODIALENTRY)
to identify the version of the structure. Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Unsupported.
Header: Declared in Ras.h.
Unicode: Declared as Unicode and ANSI structures.
Remote Access Service (RAS) Overview, Remote Access Service Structures, RasGetAutodialAddress, RasSetAutodialAddress