Expand Minimize

HV_STATISTICS_GROUP_VERSION structure

The HV_STATISTICS_GROUP_VERSION structure identifies the version of a statistics group.

Syntax


typedef struct _HV_STATISTICS_GROUP_VERSION {
  UINT16 Minor;
  UINT16 Major;
} HV_STATISTICS_GROUP_VERSION;

Members

Minor

The minor version number of a statistics group.

Major

The major version number of a statistics group.

Remarks

For more information about the version of a statistics group, see Format of Statistics Pages.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.