NWGetFileServerLANIOStats(3nw)
NWGetFileServerLANIOStats --
returns statistical information about packets being received and sent by a NetWare server
Synopsis
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFileServerLANIOStats
(NWCONN_HANDLE conn,
SERVER_LAN_IO_STATS N_FAR
statBuffer);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- statBuffer
-
(OUT) Points to SERVER_LAN_IO_STATS.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
To call NWGetFileServerLANIOStats, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 23 231
-
Get File Server LAN I/O Statistics
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.