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