|
|
|
|
NetListRemoteAccess (Function) In french: NetListeAccèsDistant Returns the list of available remote accesses.
// Display the available accesses in a list ListAdd(LIST_List1, NetListRemoteAccess()) ... // Open the selected access NetOpenRemoteAccess(LIST_List1[LIST_List1])
Syntax
<Result> = NetListRemoteAccess()
<Result>: Character string - List of remote accesses installed on the current computer, in the following format:
<Name of Access 1> + CR + <Name of Access 2>...
- Empty string ("") if no remote access is installed.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|