|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| rasapi32.lib
| Header File
| ras.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
RasGetAutodialEnable
[New - Windows NT]
The RasGetAutodialEnable function indicates whether the AutoDial feature is enabled for a specified
TAPI dialing location. For more information about TAPI dialing locations, see the
Win32 Telephony (TAPI) Programmer's Reference.
DWORD RasGetAutodialEnable (
DWORD dwDialingLocation,
| // identifier of the TAPI dialing location
| LPBOOL lpfEnabled
| // pointer to variable that receives AutoDial state for this location
| );
|
|
Parameters
dwDialingLocation
Specifies the identifier of a TAPI dialing location.
lpfEnabled
Pointer to a BOOL variable that receives a nonzero value if AutoDial is
enabled for the specified dialing location, or zero if it is not enabled.
Return Values
If the function succeeds, the return value is zero.
If the function fails, the return value is a nonzero value.
See Also
RasSetAutodialEnable
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
|