Updates the AutoDial status for a specific TAPI dialing location.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool UpdateAutoDialStatus(
int dialingLocation,
bool enabled
) |
| Visual Basic |
|---|
Public Function UpdateAutoDialStatus (
dialingLocation As Integer,
enabled As Boolean
) As Boolean |
| Visual C++ |
|---|
public:
bool UpdateAutoDialStatus(
int dialingLocation,
bool enabled
) |
| F# |
|---|
member UpdateAutoDialStatus :
dialingLocation : int *
enabled : bool -> bool
|
Return Value
Type:
Booleantrue if the operation was successful, otherwise
false.
See Also