Expand Minimize

HV_HYPERVISOR_INTERFACE enumeration

The HV_HYPERVISOR_INTERFACE enumeration contains values that identify the hypervisor interface signature.

Syntax


typedef enum _HV_HYPERVISOR_INTERFACE { 
  HvMicrosoftHypervisorInterface  = '1#vH'
} HV_HYPERVISOR_INTERFACE, *PHV_HYPERVISOR_INTERFACE;

Constants

HvMicrosoftHypervisorInterface

A value that is set to the '1#vH' string.

Remarks

The HV_HYPERVISOR_INTERFACE enumeration value is returned in the HvInterface member of the HV_CPUID_RESULT union when the CPUID instruction with an input (EAX register) value of 0x40000001 is performed. For more information about results of CPUID instructions, see Microsoft Hypervisor CPUID Leafs.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HV_CPUID_RESULT

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.