|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| ras.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RASAUTODIALENTRY
[New - Windows NT]
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
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|