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: Requires version 4.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ras.h.
Unicode: Defined as Unicode and ANSI structures.
Remote Access Service Overview, RAS Server Administration Union, RasGetAutodialAddress, RasSetAutodialAddress