2.2.2.17 TS_COUNTER

A Terminal Services performance counter structure used to represent a single performance counter.

 typedef struct _TS_COUNTER {
   TS_COUNTER_HEADER counterHead;
   DWORD dwValue;
   LARGE_INTEGER startTime;
 } TS_COUNTER,
  *PTS_COUNTER;

counterHead: A header identifying the counter.

dwValue: The value of the counter. This indicates different things based on the counter.

startTime: Always set to zero because time stamps are not supported.