2.2.4.11 _PERF_MULTI_COUNTERS

The _PERF_MULTI_COUNTERS structure is used in the counter header block.

 typedef struct _PERF_MULTI_COUNTERS {
   unsigned long dwSize;
   unsigned long dwCounters;
 } PERF_MULTI_COUNTERS,
  *PPERF_MULTI_COUNTERS;

dwSize: The size, in bytes, of this structure and the array of Performance Counter IDs.

dwCounters: The number of counters.