NWLogoutFromFileServer(3nw)
NWLogoutFromFileServer --
attempts to log the workstation out of the specified NetWare server
Synopsis
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWLogoutFromFileServer
(NWCONN_HANDLE conn);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle associated with the server from which to log out.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
To call NWLogoutFromFileServer, you must have console operator rights.
If successful, drive mappings dependent on the connection are deleted.
For OS/2, after calling NetWare IFS to delete any drive mappings dependent on the connection, the requester performs the logout function.
Services
File Server Environment
NCP calls
None
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.