NWGetFileServerExtendedInfo(3nw)
NWGetFileServerExtendedInfo --
returns extended NetWare server information
Synopsis
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFileServerExtendedInfo
(NWCONN_HANDLE conn,
pnuint8 accountingVer,
pnuint8 VAPVer,
pnuint8 queueingVer,
pnuint8 printServerVer,
pnuint8 virtualConsoleVer,
pnuint8 securityVer,
pnuint8 internetBridgeVer);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- accountingVer
-
(OUT) Points to the accounting version number (optional).
- VAPVer
-
(OUT) Points to the VAP version number (optional).
- queueingVer
-
(OUT) Points to the queueing version number (optional).
- printServerVer
-
(OUT) Points to the print server version number (optional).
- virtualConsoleVer
-
(OUT) Points to the virtual console version number (optional).
- securityVer
-
(OUT) Points to the security version number (optional).
- internetBridgeVer
-
(OUT) Points to the internet bridging version number (optional).
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x8996
-
SERVER_OUT_OF_MEMORY
Notices
NWGetFileServerExtendedInfo returns values as a single byte
per parameter, individual values between 0 and 255.
If you don't want certain information, substitute NULL. However,
all parameter positions must be filled.
To call NWGetFileServerExtendedInfo, you must have console
operator rights.
Services
File Server Environment
NCP calls
- 0x2222 23 17
-
Get File Server Information
References
NWGetFileServerInformation(3nw),
NWGetFileServerVersionInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.