Expand Minimize

HV_SYSTEM_PROPERTY enumeration

The HV_SYSTEM_PROPERTY enumeration contains values that identify virtual system-wide properties.

Syntax


typedef enum _HV_SYSTEM_PROPERTY { 
  HvSetPerfCounterProperty  = 1,
  HvSystemPropertyMax       = 2
} HV_SYSTEM_PROPERTY, *PHV_SYSTEM_PROPERTY;

Constants

HvSetPerfCounterProperty

A value that identifies the performance counter property.

HvSystemPropertyMax

A 32-bit value that specifies the current maximum value for the virtual system-wide property.

Remarks

A caller passes a HV_SYSTEM_PROPERTY enumeration value in a call to the HvSetSystemProperty function.

Requirements

Header

Hvgdk.h (include Hvgdk.h)

See also

HvSetSystemProperty

 

 

Send comments about this topic to Microsoft

Build date: 11/16/2013

Show:
© 2014 Microsoft. All rights reserved.