NWGetLANCommonCountersInfo(3nw)
NWGetLANCommonCountersInfo --
returns common statistics for a LAN board
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetLANCommonCountersInfo
(NWCONN_HANDLE
conn,
nuint32
boardNum,
nuint32
blockNum,
NWFSE_LAN_COMMON_COUNTERS_INFO N_FAR
fseLANCommonCountersInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- boardNum
-
(IN) Specifies the board numbers returned by NWGetActiveLANBoardList.
- blockNum
-
(IN) Specifies the starting number of the common counters to return; usually set to zero (0) to return all the counters.
- fseLANCommonCountersInfo
-
(OUT) Points to NWFSE_LAN_COMMON_COUNTERS_INFO returning LAN common counters information.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89FF
-
Failure or Invalid Board or Block Number
Notices
To call NWGetLANCommonCountersInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 22
-
LAN Common Counters Information
References
NWGetActiveLANBoardList(3nw),
NWGetLANConfigInfo(3nw),
NWGetLANCustomCountersInfo(3nw),
NWGetLSLLogicalBoardStats(3nw),
NWGetProtocolStkNumsByLANBrdNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.