NWGetDiskChannelStats(3nw)
NWGetDiskChannelStats --
allows a client to get the disk channel statistics for the specified Disk Channel Number
Synopsis
##include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetDiskChannelStats
(NWCONN_HANDLE conn,
nuint8 channelNum,
DSK_CHANNEL_STATS N_FAR statBuffer);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- channelNum
-
(IN) Specifies the channel number to get status for.
- statBuffer
-
(OUT) Points to DSK_CHANNEL_STATS.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x89C6
-
NO_CONSOLE_PRIVILEGES
Notices
To call NWGetDiskChannelStats, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 23 217
-
Get Disk Channel Statistics
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.