<div class="content" name="TS_COUNTER" uuid="a0173488-c483-4340-ab1a-aab2d21ea323"><p>A <span><a href="c41d3367-04c9-4c93-babf-9b5de834eb29#gt_ffff3f01-8c21-44d3-bbda-0062a1fbda4b" data-linktype="relative-path">Terminal Services</a></span>
performance counter structure used to represent a single performance counter.</p><dl>
<dd>
<div><pre> typedef struct _TS_COUNTER {
   TS_COUNTER_HEADER counterHead;
   DWORD dwValue;
   LARGE_INTEGER startTime;
 } TS_COUNTER,
  *PTS_COUNTER;
</pre></div>
</dd></dl><p><b>counterHead:</b>  A header identifying
the counter.</p><p><b>dwValue:</b>  The value of the counter.
This indicates different things based on the counter.</p><p><b>startTime:</b>  Always set to zero
because time stamps are not supported.</p></div>