ars_NTGetListServer()

Fetch a list of known NT servers.
On success
a list of servers
On failure
an empty list

Example:

	@ntservs = ars_NTGetListServer();
	if($#ntservs == -1) {
		print "no known servers.\n";
		exit;
	}
      

<-- Back to Table of Contents