RAS_GetConnectionPath
Description
Returns the path to an existing RAS connection
Â
Syntax
RAS_GetConnectionPath(sConnectionName) As Boolean
Â
Parameters
sConnectionName (String)
The friendly name for the path you want to get
Â
Return value
Result will be stored in gsValue.
Â
Example
VBScript
If bStatus Then bStatus = RAS_GetConnectionPath("ACME VPN")
Â
Related functions
Â