LogoutFromFileServer
Logs out all connections on the specified server
#include <nwconn.h>
void LogoutFromFileServer (
WORD fileServerID);
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.
LoginToFileServer, Logout, LogoutObject