Expand Minimize

HV_HYPERVISOR_VERSION_INFO structure

The HV_HYPERVISOR_VERSION_INFO structure contains version information that the hypervisor reports.

Syntax


typedef struct _HV_HYPERVISOR_VERSION_INFO {
  UINT32 BuildNumber;
  UINT32 MinorVersion  :16;
  UINT32 MajorVersion  :16;
  UINT32 ServicePack;
  UINT32 ServiceNumber  :24;
  UINT32 ServiceBranch  :8;
} HV_HYPERVISOR_VERSION_INFO, *PHV_HYPERVISOR_VERSION_INFO;

Members

BuildNumber

A 32-bit value that specifies the build number of the hypervisor.

MinorVersion

A 16-bit value that specifies the minor version number of the hypervisor.

MajorVersion

A 16-bit value that specifies the major version number of the hypervisor.

ServicePack

A 32-bit value that specifies the service-pack number of the hypervisor.

ServiceNumber

A 24-bit value that specifies the service number of the hypervisor.

ServiceBranch

A HV_SERVICE_BRANCH-typed value that identifies the service branch of the hypervisor. The HV_SERVICE_BRANCH enumeration contains the following values:

HvServiceBranchGdr

A value that specifies the General Distribution Release (GDR) branch. This branch extends main releases and service pack releases with software updates that are generally distributed and recommended to all customers, such as critical fixes. Unmodified main releases and service pack releases are members of this branch.

HvServiceBranchQfe

A value that specifies the Quality Fix Engineering (QFE) branch. This branch extends main releases and service pack releases with software updates that are not generally distributed to all customers, such as feature enhancements.

Remarks

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.