2.2.2.20.1.3 CACHE_STATISTICS

Cache statistics on the protocol.

 typedef struct CACHE_STATISTICS {
   USHORT ProtocolType;
   USHORT Length;
   union {
     RESERVED_CACHE ReservedCacheStats;
     TSHARE_CACHE TShareCacheStats;
     ULONG Reserved[20];
   } Specific;
 } CACHE_STATISTICS,
  *PCACHE_STATISTICS;

ProtocolType: Protocol type.

Length: Length of data in the protocol-specific area. Can be up to 20 * sizeof(ULONG) in size.

Specific: The union of the following members:

ReservedCacheStats: Not used.

TShareCacheStats: Protocol cache statistics.

Reserved: Reserved for future use.