NWGetProtocolStackStatsInfo(3nw)
NWGetProtocolStackStatsInfo --
returns protocol statistics
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetProtocolStackStatsInfo
(NWCONN_HANDLE conn,
nuint32 stackNum,
NWFSE_PROTOCOL_STK_STATS_INFO N_FAR
fseProtocolStkStatsInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- stackNum
-
(IN) Specifies the number identifying the protocol stack to return information about, usually returned by NWGetActiveProtocolStacks.
- fseProtocolStkStatsInfo
-
(OUT) Points to NWFSE_PROTOCOL_STK_STATS_INFO getting protocol stack configuration information.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89FF
-
Failure
Notices
To call NWGetProtocolStackStatsInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 42
-
Get Protocol Stack Statistics Information
References
NWGetActiveProtocolStacks(3nw),
NWGetProtocolStackConfigInfo(3nw),
NWGetProtocolStackCustomInfo(3nw),
NWGetProtocolStkNumsByLANBrdNum(3nw),
NWGetProtocolStkNumsByMediaNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.