NWFSE_LAN_COMMON_COUNTERS_INFO
Returns information on LAN common counters. Used by NWGetLANCommonCountersInfo.
typedef struct {
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo ;
nuint8 statisticsMajorVersion ;
nuint8 statisticsMinorVersion ;
nuint32 numberOfGenericCounters ;
nuint32 numberOfCounterBlocks ;
nuint32 customVariableCount ;
nuint32 NextCounterBlock ;
LAN_COMMON_INFO LANCommonInfo ;
} NWFSE_LAN_COMMON_COUNTERS_INFO;
uses calwin32
NWFSE_LAN_COMMON_COUNTERS_INFO = packed Record
serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
statisticsMajorVersion : nuint8;
statisticsMinorVersion : nuint8;
numberOfGenericCounters : nuint32;
numberOfCounterBlocks : nuint32;
customVariableCount : nuint32;
NextCounterBlock : nuint32;
LANCommonInfo : LAN_COMMON_INFO;
End;
When 0 is returned in the NextCounterBlock field, all common counters have been returned.