NWFSE_CACHE_INFO
Returns Server Environment cache information. Used by NWGetCacheInfo.
typedef struct
{
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo;
nuint16 reserved ;
CACHE_COUNTERS cacheCounters ;
CACHE_MEM_COUNTERS cacheMemCounters ;
CACHE_TREND_COUNTERS cacheTrendCounters ;
CACHE_INFO cacheInformation ;
} NWFSE_CACHE_INFO;
uses calwin32
NWFSE_CACHE_INFO = packed Record
serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
reserved : nuint16;
padding : nuint16;
cacheCounters : CACHE_COUNTERS;
cacheMemCounters : CACHE_MEM_COUNTERS;
cacheTrendCounters : CACHE_TREND_COUNTERS;
cacheInformation : CACHE_INFO;
End;