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
);
If the function succeeds, the return value is zero.
If the function fails, the return value is a nonzero value.
Windows NT: Requires version 4.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ras.h.
Import Library: Use rasapi32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT.
Remote Access Service Overview, RAS Server Administration Functions, RasSetAutodialEnable