<div class="content"><p>The _STRING_COUNTER_HEADER structure is used in a counter
string header block.</p><dl>
<dd>
<div><pre> typedef struct _STRING_COUNTER_HEADER {
   DWORD dwCounterId;
   DWORD dwOffset;
 } PERF_STRING_COUNTER_HEADER,
  *PPERF_STRING_COUNTER_HEADER;
</pre></div>
</dd></dl><p><b>dwCounterId:</b>  The CounterId of the <a href="da82a046-4e10-46ab-8da9-3d24bb48a2b2#gt_35645a67-9e0b-4c05-b2d9-3b2b25f2beac" data-linktype="relative-path">performance counter</a>.</p><p><b>dwOffset:</b>  The offset from the end
of the set of _STRING_COUNTER_HEADER structures to which this structure belongs
to its corresponding name or description. For more information, see figure 2 in
section <a href="c27e44fc-f8f5-4a9d-bbc5-acc241c3b9cb" data-linktype="relative-path">3.1.4.1.2</a>.</p></div>