Expand Minimize

HV_STATS_PAGE structure

The HV_STATS_PAGE structure describes a statistics page.

Syntax


typedef struct _HV_STATS_PAGE {
  UINT64 Data[HV_PAGE_SIZE / sizeof(UINT64)];
} HV_STATS_PAGE, *PHV_STATS_PAGE;

Members

Data

An array of UINT64 values that comprise the data of a statistics page.

Remarks

For more information about a statistics page, 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.