LogoutFromFileServer

Logs out all connections on the specified server

Local Servers:blocking
Remote Servers:blocking
Classification:3.x, 4.x, 5.x, 6.x
Service:Server-Based Connection

Syntax

  #include <nwconn.h>  
   
  void LogoutFromFileServer (  
     WORD   fileServerID); 
  

Parameters

fileServerID
(IN) File server ID of the server whose connections are to be logged out.

Remarks

All connections on the specified file server ID (server number) are logged out. If logging out from the current server, the local server becomes the new current server. The current working volume and current working path are set to the root.

NOTE:If you are using multiple threads, Logout logs out all other thread group and thread connections.

See Also

LoginToFileServer, Logout, LogoutObject