NWFSE_PROTOCOL_STK_STATS_INFO
Returns information about protocol stack statistics. Used by NWGetProtocolStackStatsInfo.
typedef struct
{
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo ;
nuint16 reserved ;
nuint8 statMajorVersionNum ;
nuint8 statMinorVersionNum ;
nuint16 commonCounters ;
nuint32 validCountersMask ;
nuint32 totalTxPackets ;
nuint32 totalRxPackets ;
nuint32 ignoredRxPackets ;
nuint16 numCustomCounters ;
} NWFSE_PROTOCOL_STK_STATS_INFO;
uses calwin32
NWFSE_PROTOCOL_STK_STATS_INFO = packed Record
serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
reserved : nuint16;
padding : nuint16;
statMajorVersionNum : nuint8;
statMinorVersionNum : nuint8;
commonCounters : nuint16;
validCountersMask : nuint32;
totalTxPackets : nuint32;
totalRxPackets : nuint32;
ignoredRxPackets : nuint32;
numCustomCounters : nuint16;
End;