NWGetFileServerVersionInfo(3nw)
NWGetFileServerVersionInfo --
returns information about a NetWare server's name and version levels
Synopsis
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFileServerVersionInfo
(NWCONN_HANDLE conn,
VERSION_INFO N_FAR versBuffer);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- versBuffer
-
(OUT) Points to VERSION_INFO.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x8996
-
SERVER_OUT_OF_MEMORY
Notices
To call NWGetFileServerVersionInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 23 17
-
Get File Server Information
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.