RASAUTODIALENTRY structure

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.

Syntax

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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Ras.h

Unicode and ANSI names

RASAUTODIALENTRYW (Unicode) and RASAUTODIALENTRYA (ANSI)

See also

Remote Access Service (RAS) Overview

Remote Access Service Structures

RasGetAutodialAddress

RasSetAutodialAddress