Partager via


PERF_COUNTER_BLOCK (Windows CE 5.0)

Send Feedback

This structure contains the length, in bytes, of the performance counter data.

This structure is followed by data for the number of counters specified in the PERF_OBJECT_TYPE structure.

typedef struct _PERF_COUNTER_BLOCK{DWORDByteLength;
}PERF_COUNTER_BLOCK;

Members

  • ByteLength
    Specifies the length, in bytes, of this structure, including the counters that follow.

Remarks

This structure is part of the performance data provided by the RegQueryValueEx function when the HKEY_PERFORMANCE_DATA key is used.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Windows.h.

See Also

PERF_OBJECT_TYPE | RegQueryValueEx | Performance Monitoring Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.