ars_NTInitializationServer()

This function should be called before connecting to the NT system in ARS3.x. It will initialize the environment.
On success
1 (True)
On failure
0 (False)

Example:

	ars_NTInitializationServer() || 
		die "couldn't initialize NT environment: $ars_errstr";
      

<-- Back to Table of Contents