NWGetLANCustomCountersInfo
Returns custom statistics for a LAN board.
#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);
uses calwin32
Function NWGetLANCustomCountersInfo
(conn : NWCONN_HANDLE;
boardNum : nuint32;
startingNum : nuint32;
Var fseLANCustomInfo : NWFSE_LAN_CUSTOM_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetLANCustomCountersInfo, you must have console operator rights.