NWFSE_STATS_INFO
Returns Server Environment statistical information. Used by NWGetServerConnInfo.
typedef struct
{
nuint8 totalBytesRead[6];
nuint8 totalBytesWritten[6];
nuint32 totalRequests;
} NWFSE_STATS_INFO;
uses calwin32
NWFSE_STATS_INFO = packed RECORD
totalBytesRead : Array[1..6] of nuint8;
totalBytesWritten : Array[1..6] of nuint8;
totalRequests : nuint32;
End;