Platform SDK: RAS/Routing and RAS

RASAUTODIALENTRY

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;

Members

dwSize
Specifies the size, in bytes, of the RASAUTODIALENTRY structure. Before calling RasGetAutodialAddress or RasSetAutodialAddress, set dwSize to sizeof(RASAUTODIALENTRY) to identify the version of the structure.
dwFlags
Reserved; must be zero.
dwDialingLocation
Specifies a TAPI dialing location. For more information about TAPI dialing locations, see the TAPI Programmer's Reference in the Platform SDK.
szEntry
Specifies a null-terminated string that names an existing phone-book entry.

Requirements

  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.

See Also

Remote Access Service (RAS) Overview, Remote Access Service Structures, RasGetAutodialAddress, RasSetAutodialAddress