NWGetProtocolStackStatsInfo
Returns the protocol statistics indicated by stackNum for a server.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetProtocolStackStatsInfo (
NWCONN_HANDLE conn,
nuint32 stackNum,
NWFSE_PROTOCOL_STK_STATS_INFO N_FAR *fseProtocolStkStatsInfo);
uses calwin32
Function NWGetProtocolStackStatsInfo
(conn : NWCONN_HANDLE;
stackNum : nuint32;
Var fseProtocolStkStatsInfo : NWFSE_PROTOCOL_STK_STATS_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetProtocolStackStatsInfo, you must have console operator rights.