HV_HYPERVISOR_COUNTER enumeration
The HV_HYPERVISOR_COUNTER enumeration contains values for the global set of hypervisor counters.
Syntax
typedef enum _HV_HYPERVISOR_COUNTER { StHvCounterLogicalProcessors = 1, StHvCounterPartitions = 2, StHvCounterTotalPages = 3, StHvCounterVirtualProcessors = 4, StHvCounterMonitoredNotifications = 5, StHvCounterMAXIMUM = 6 } HV_HYPERVISOR_COUNTER;
Constants
- StHvCounterLogicalProcessors
-
A value that specifies that the hypervisor counts physical processors.
- StHvCounterPartitions
-
A value that specifies that the hypervisor counts partitions.
- StHvCounterTotalPages
-
A value that specifies that the hypervisor counts memory pages.
- StHvCounterVirtualProcessors
-
A value that specifies that the hypervisor counts virtual processors.
- StHvCounterMonitoredNotifications
-
A value that specifies that the hypervisor counts monitored notifications.
- StHvCounterMAXIMUM
-
A value that indicates that the maximum value in the enumeration was exceeded.
Remarks
Requirements
Header |
|
---|
Send comments about this topic to Microsoft
Build date: 11/16/2013
Show: