Prev Next

RASAUTODIALENTRY info  Overview  Group

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 Win32 Telephony (TAPI) Programmer’s Reference.
szEntry
Specifies a null-terminated string that names an existing phone-book entry.

See Also

RasGetAutodialAddress, RasSetAutodialAddress