Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the number of cache reads and cache hits.
Syntax
typedef struct _WTS_PROTOCOL_CACHE {
ULONG CacheReads;
ULONG CacheHits;
} _WTS_PROTOCOL_CACHE, WTS_PROTOCOL_CACHE, *PWTS_PROTOCOL_CACHE, _WRDS_PROTOCOL_CACHE;
Members
CacheReads
An integer that contains the number of times cached data was read.
CacheHits
An integer that contains the number of times the cache was hit. A cache hit occurs if required data is found in the cache rather than in main memory or on disk. If the data is found in the cache, it is read from the cache.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 R2 |
Header | wtsdefs.h (include Wtsprotocol.h) |