2.2.2.20.1.3.1.1 THINWIRECACHE
The ThinWireCache structure used for the terminal server's display for RESERVED_CACHE.
-
typedef struct _THINWIRECACHE { ULONG CacheReads; ULONG CacheHits; } THINWIRECACHE, *PTHINWIRECACHE;
CacheReads: Number of cache reads.
CacheHits: Number of cache hits.