HV_STATISTICS_GROUP_HEADER structure
The HV_STATISTICS_GROUP_HEADER structure describes a statistics group.
Syntax
typedef struct _HV_STATISTICS_GROUP_HEADER { HV_STATISTICS_GROUP_TYPE Type; HV_STATISTICS_GROUP_VERSION Version; HV_STATISTICS_GROUP_LENGTH Length; } HV_STATISTICS_GROUP_HEADER, *PHV_STATISTICS_GROUP_HEADER;
Members
- Type
-
A type value that identifies the statistics group.
- Version
-
A HV_STATISTICS_GROUP_VERSION structure that identifies the version of the statistics group.
- Length
-
The number of bytes of data for the statistics group. This number does not include the number of bytes of the group header (this structure) and is aligned to an 8-byte boundary. If you add this number to the base address of the group's data, you will reach the next group header.
Remarks
For more information about a statistics group, see Format of Statistics Pages.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: