ホーム › System.Hypervisor › WHV_PARTITION_PROPERTY_CODE
WHV_PARTITION_PROPERTY_CODE
列挙型メンバー 30
| 名前 | 10進 | 16進 |
|---|---|---|
| WHvPartitionPropertyCodeExtendedVmExits | 1 | 0x1 |
| WHvPartitionPropertyCodeExceptionExitBitmap | 2 | 0x2 |
| WHvPartitionPropertyCodeSeparateSecurityDomain | 3 | 0x3 |
| WHvPartitionPropertyCodeNestedVirtualization | 4 | 0x4 |
| WHvPartitionPropertyCodeX64MsrExitBitmap | 5 | 0x5 |
| WHvPartitionPropertyCodePrimaryNumaNode | 6 | 0x6 |
| WHvPartitionPropertyCodeCpuReserve | 7 | 0x7 |
| WHvPartitionPropertyCodeCpuCap | 8 | 0x8 |
| WHvPartitionPropertyCodeCpuWeight | 9 | 0x9 |
| WHvPartitionPropertyCodeCpuGroupId | 10 | 0xA |
| WHvPartitionPropertyCodeProcessorFrequencyCap | 11 | 0xB |
| WHvPartitionPropertyCodeAllowDeviceAssignment | 12 | 0xC |
| WHvPartitionPropertyCodeDisableSmt | 13 | 0xD |
| WHvPartitionPropertyCodeProcessorFeatures | 4097 | 0x1001 |
| WHvPartitionPropertyCodeProcessorClFlushSize | 4098 | 0x1002 |
| WHvPartitionPropertyCodeCpuidExitList | 4099 | 0x1003 |
| WHvPartitionPropertyCodeCpuidResultList | 4100 | 0x1004 |
| WHvPartitionPropertyCodeLocalApicEmulationMode | 4101 | 0x1005 |
| WHvPartitionPropertyCodeProcessorXsaveFeatures | 4102 | 0x1006 |
| WHvPartitionPropertyCodeProcessorClockFrequency | 4103 | 0x1007 |
| WHvPartitionPropertyCodeInterruptClockFrequency | 4104 | 0x1008 |
| WHvPartitionPropertyCodeApicRemoteReadSupport | 4105 | 0x1009 |
| WHvPartitionPropertyCodeProcessorFeaturesBanks | 4106 | 0x100A |
| WHvPartitionPropertyCodeReferenceTime | 4107 | 0x100B |
| WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks | 4108 | 0x100C |
| WHvPartitionPropertyCodeCpuidResultList2 | 4109 | 0x100D |
| WHvPartitionPropertyCodeProcessorPerfmonFeatures | 4110 | 0x100E |
| WHvPartitionPropertyCodeMsrActionList | 4111 | 0x100F |
| WHvPartitionPropertyCodeUnimplementedMsrAction | 4112 | 0x1010 |
| WHvPartitionPropertyCodeProcessorCount | 8191 | 0x1FFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WHV_PARTITION_PROPERTY_CODE : int {
WHvPartitionPropertyCodeExtendedVmExits = 1,
WHvPartitionPropertyCodeExceptionExitBitmap = 2,
WHvPartitionPropertyCodeSeparateSecurityDomain = 3,
WHvPartitionPropertyCodeNestedVirtualization = 4,
WHvPartitionPropertyCodeX64MsrExitBitmap = 5,
WHvPartitionPropertyCodePrimaryNumaNode = 6,
WHvPartitionPropertyCodeCpuReserve = 7,
WHvPartitionPropertyCodeCpuCap = 8,
WHvPartitionPropertyCodeCpuWeight = 9,
WHvPartitionPropertyCodeCpuGroupId = 10,
WHvPartitionPropertyCodeProcessorFrequencyCap = 11,
WHvPartitionPropertyCodeAllowDeviceAssignment = 12,
WHvPartitionPropertyCodeDisableSmt = 13,
WHvPartitionPropertyCodeProcessorFeatures = 4097,
WHvPartitionPropertyCodeProcessorClFlushSize = 4098,
WHvPartitionPropertyCodeCpuidExitList = 4099,
WHvPartitionPropertyCodeCpuidResultList = 4100,
WHvPartitionPropertyCodeLocalApicEmulationMode = 4101,
WHvPartitionPropertyCodeProcessorXsaveFeatures = 4102,
WHvPartitionPropertyCodeProcessorClockFrequency = 4103,
WHvPartitionPropertyCodeInterruptClockFrequency = 4104,
WHvPartitionPropertyCodeApicRemoteReadSupport = 4105,
WHvPartitionPropertyCodeProcessorFeaturesBanks = 4106,
WHvPartitionPropertyCodeReferenceTime = 4107,
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks = 4108,
WHvPartitionPropertyCodeCpuidResultList2 = 4109,
WHvPartitionPropertyCodeProcessorPerfmonFeatures = 4110,
WHvPartitionPropertyCodeMsrActionList = 4111,
WHvPartitionPropertyCodeUnimplementedMsrAction = 4112,
WHvPartitionPropertyCodeProcessorCount = 8191
} WHV_PARTITION_PROPERTY_CODE;public enum WHV_PARTITION_PROPERTY_CODE : int
{
WHvPartitionPropertyCodeExtendedVmExits = 1,
WHvPartitionPropertyCodeExceptionExitBitmap = 2,
WHvPartitionPropertyCodeSeparateSecurityDomain = 3,
WHvPartitionPropertyCodeNestedVirtualization = 4,
WHvPartitionPropertyCodeX64MsrExitBitmap = 5,
WHvPartitionPropertyCodePrimaryNumaNode = 6,
WHvPartitionPropertyCodeCpuReserve = 7,
WHvPartitionPropertyCodeCpuCap = 8,
WHvPartitionPropertyCodeCpuWeight = 9,
WHvPartitionPropertyCodeCpuGroupId = 10,
WHvPartitionPropertyCodeProcessorFrequencyCap = 11,
WHvPartitionPropertyCodeAllowDeviceAssignment = 12,
WHvPartitionPropertyCodeDisableSmt = 13,
WHvPartitionPropertyCodeProcessorFeatures = 4097,
WHvPartitionPropertyCodeProcessorClFlushSize = 4098,
WHvPartitionPropertyCodeCpuidExitList = 4099,
WHvPartitionPropertyCodeCpuidResultList = 4100,
WHvPartitionPropertyCodeLocalApicEmulationMode = 4101,
WHvPartitionPropertyCodeProcessorXsaveFeatures = 4102,
WHvPartitionPropertyCodeProcessorClockFrequency = 4103,
WHvPartitionPropertyCodeInterruptClockFrequency = 4104,
WHvPartitionPropertyCodeApicRemoteReadSupport = 4105,
WHvPartitionPropertyCodeProcessorFeaturesBanks = 4106,
WHvPartitionPropertyCodeReferenceTime = 4107,
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks = 4108,
WHvPartitionPropertyCodeCpuidResultList2 = 4109,
WHvPartitionPropertyCodeProcessorPerfmonFeatures = 4110,
WHvPartitionPropertyCodeMsrActionList = 4111,
WHvPartitionPropertyCodeUnimplementedMsrAction = 4112,
WHvPartitionPropertyCodeProcessorCount = 8191,
}Public Enum WHV_PARTITION_PROPERTY_CODE As Integer
WHvPartitionPropertyCodeExtendedVmExits = 1
WHvPartitionPropertyCodeExceptionExitBitmap = 2
WHvPartitionPropertyCodeSeparateSecurityDomain = 3
WHvPartitionPropertyCodeNestedVirtualization = 4
WHvPartitionPropertyCodeX64MsrExitBitmap = 5
WHvPartitionPropertyCodePrimaryNumaNode = 6
WHvPartitionPropertyCodeCpuReserve = 7
WHvPartitionPropertyCodeCpuCap = 8
WHvPartitionPropertyCodeCpuWeight = 9
WHvPartitionPropertyCodeCpuGroupId = 10
WHvPartitionPropertyCodeProcessorFrequencyCap = 11
WHvPartitionPropertyCodeAllowDeviceAssignment = 12
WHvPartitionPropertyCodeDisableSmt = 13
WHvPartitionPropertyCodeProcessorFeatures = 4097
WHvPartitionPropertyCodeProcessorClFlushSize = 4098
WHvPartitionPropertyCodeCpuidExitList = 4099
WHvPartitionPropertyCodeCpuidResultList = 4100
WHvPartitionPropertyCodeLocalApicEmulationMode = 4101
WHvPartitionPropertyCodeProcessorXsaveFeatures = 4102
WHvPartitionPropertyCodeProcessorClockFrequency = 4103
WHvPartitionPropertyCodeInterruptClockFrequency = 4104
WHvPartitionPropertyCodeApicRemoteReadSupport = 4105
WHvPartitionPropertyCodeProcessorFeaturesBanks = 4106
WHvPartitionPropertyCodeReferenceTime = 4107
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks = 4108
WHvPartitionPropertyCodeCpuidResultList2 = 4109
WHvPartitionPropertyCodeProcessorPerfmonFeatures = 4110
WHvPartitionPropertyCodeMsrActionList = 4111
WHvPartitionPropertyCodeUnimplementedMsrAction = 4112
WHvPartitionPropertyCodeProcessorCount = 8191
End Enumimport enum
class WHV_PARTITION_PROPERTY_CODE(enum.IntEnum):
WHvPartitionPropertyCodeExtendedVmExits = 1
WHvPartitionPropertyCodeExceptionExitBitmap = 2
WHvPartitionPropertyCodeSeparateSecurityDomain = 3
WHvPartitionPropertyCodeNestedVirtualization = 4
WHvPartitionPropertyCodeX64MsrExitBitmap = 5
WHvPartitionPropertyCodePrimaryNumaNode = 6
WHvPartitionPropertyCodeCpuReserve = 7
WHvPartitionPropertyCodeCpuCap = 8
WHvPartitionPropertyCodeCpuWeight = 9
WHvPartitionPropertyCodeCpuGroupId = 10
WHvPartitionPropertyCodeProcessorFrequencyCap = 11
WHvPartitionPropertyCodeAllowDeviceAssignment = 12
WHvPartitionPropertyCodeDisableSmt = 13
WHvPartitionPropertyCodeProcessorFeatures = 4097
WHvPartitionPropertyCodeProcessorClFlushSize = 4098
WHvPartitionPropertyCodeCpuidExitList = 4099
WHvPartitionPropertyCodeCpuidResultList = 4100
WHvPartitionPropertyCodeLocalApicEmulationMode = 4101
WHvPartitionPropertyCodeProcessorXsaveFeatures = 4102
WHvPartitionPropertyCodeProcessorClockFrequency = 4103
WHvPartitionPropertyCodeInterruptClockFrequency = 4104
WHvPartitionPropertyCodeApicRemoteReadSupport = 4105
WHvPartitionPropertyCodeProcessorFeaturesBanks = 4106
WHvPartitionPropertyCodeReferenceTime = 4107
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks = 4108
WHvPartitionPropertyCodeCpuidResultList2 = 4109
WHvPartitionPropertyCodeProcessorPerfmonFeatures = 4110
WHvPartitionPropertyCodeMsrActionList = 4111
WHvPartitionPropertyCodeUnimplementedMsrAction = 4112
WHvPartitionPropertyCodeProcessorCount = 8191// WHV_PARTITION_PROPERTY_CODE
pub const WHvPartitionPropertyCodeExtendedVmExits: i32 = 1;
pub const WHvPartitionPropertyCodeExceptionExitBitmap: i32 = 2;
pub const WHvPartitionPropertyCodeSeparateSecurityDomain: i32 = 3;
pub const WHvPartitionPropertyCodeNestedVirtualization: i32 = 4;
pub const WHvPartitionPropertyCodeX64MsrExitBitmap: i32 = 5;
pub const WHvPartitionPropertyCodePrimaryNumaNode: i32 = 6;
pub const WHvPartitionPropertyCodeCpuReserve: i32 = 7;
pub const WHvPartitionPropertyCodeCpuCap: i32 = 8;
pub const WHvPartitionPropertyCodeCpuWeight: i32 = 9;
pub const WHvPartitionPropertyCodeCpuGroupId: i32 = 10;
pub const WHvPartitionPropertyCodeProcessorFrequencyCap: i32 = 11;
pub const WHvPartitionPropertyCodeAllowDeviceAssignment: i32 = 12;
pub const WHvPartitionPropertyCodeDisableSmt: i32 = 13;
pub const WHvPartitionPropertyCodeProcessorFeatures: i32 = 4097;
pub const WHvPartitionPropertyCodeProcessorClFlushSize: i32 = 4098;
pub const WHvPartitionPropertyCodeCpuidExitList: i32 = 4099;
pub const WHvPartitionPropertyCodeCpuidResultList: i32 = 4100;
pub const WHvPartitionPropertyCodeLocalApicEmulationMode: i32 = 4101;
pub const WHvPartitionPropertyCodeProcessorXsaveFeatures: i32 = 4102;
pub const WHvPartitionPropertyCodeProcessorClockFrequency: i32 = 4103;
pub const WHvPartitionPropertyCodeInterruptClockFrequency: i32 = 4104;
pub const WHvPartitionPropertyCodeApicRemoteReadSupport: i32 = 4105;
pub const WHvPartitionPropertyCodeProcessorFeaturesBanks: i32 = 4106;
pub const WHvPartitionPropertyCodeReferenceTime: i32 = 4107;
pub const WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks: i32 = 4108;
pub const WHvPartitionPropertyCodeCpuidResultList2: i32 = 4109;
pub const WHvPartitionPropertyCodeProcessorPerfmonFeatures: i32 = 4110;
pub const WHvPartitionPropertyCodeMsrActionList: i32 = 4111;
pub const WHvPartitionPropertyCodeUnimplementedMsrAction: i32 = 4112;
pub const WHvPartitionPropertyCodeProcessorCount: i32 = 8191;// WHV_PARTITION_PROPERTY_CODE
const (
WHvPartitionPropertyCodeExtendedVmExits int32 = 1
WHvPartitionPropertyCodeExceptionExitBitmap int32 = 2
WHvPartitionPropertyCodeSeparateSecurityDomain int32 = 3
WHvPartitionPropertyCodeNestedVirtualization int32 = 4
WHvPartitionPropertyCodeX64MsrExitBitmap int32 = 5
WHvPartitionPropertyCodePrimaryNumaNode int32 = 6
WHvPartitionPropertyCodeCpuReserve int32 = 7
WHvPartitionPropertyCodeCpuCap int32 = 8
WHvPartitionPropertyCodeCpuWeight int32 = 9
WHvPartitionPropertyCodeCpuGroupId int32 = 10
WHvPartitionPropertyCodeProcessorFrequencyCap int32 = 11
WHvPartitionPropertyCodeAllowDeviceAssignment int32 = 12
WHvPartitionPropertyCodeDisableSmt int32 = 13
WHvPartitionPropertyCodeProcessorFeatures int32 = 4097
WHvPartitionPropertyCodeProcessorClFlushSize int32 = 4098
WHvPartitionPropertyCodeCpuidExitList int32 = 4099
WHvPartitionPropertyCodeCpuidResultList int32 = 4100
WHvPartitionPropertyCodeLocalApicEmulationMode int32 = 4101
WHvPartitionPropertyCodeProcessorXsaveFeatures int32 = 4102
WHvPartitionPropertyCodeProcessorClockFrequency int32 = 4103
WHvPartitionPropertyCodeInterruptClockFrequency int32 = 4104
WHvPartitionPropertyCodeApicRemoteReadSupport int32 = 4105
WHvPartitionPropertyCodeProcessorFeaturesBanks int32 = 4106
WHvPartitionPropertyCodeReferenceTime int32 = 4107
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks int32 = 4108
WHvPartitionPropertyCodeCpuidResultList2 int32 = 4109
WHvPartitionPropertyCodeProcessorPerfmonFeatures int32 = 4110
WHvPartitionPropertyCodeMsrActionList int32 = 4111
WHvPartitionPropertyCodeUnimplementedMsrAction int32 = 4112
WHvPartitionPropertyCodeProcessorCount int32 = 8191
)const
WHvPartitionPropertyCodeExtendedVmExits = 1;
WHvPartitionPropertyCodeExceptionExitBitmap = 2;
WHvPartitionPropertyCodeSeparateSecurityDomain = 3;
WHvPartitionPropertyCodeNestedVirtualization = 4;
WHvPartitionPropertyCodeX64MsrExitBitmap = 5;
WHvPartitionPropertyCodePrimaryNumaNode = 6;
WHvPartitionPropertyCodeCpuReserve = 7;
WHvPartitionPropertyCodeCpuCap = 8;
WHvPartitionPropertyCodeCpuWeight = 9;
WHvPartitionPropertyCodeCpuGroupId = 10;
WHvPartitionPropertyCodeProcessorFrequencyCap = 11;
WHvPartitionPropertyCodeAllowDeviceAssignment = 12;
WHvPartitionPropertyCodeDisableSmt = 13;
WHvPartitionPropertyCodeProcessorFeatures = 4097;
WHvPartitionPropertyCodeProcessorClFlushSize = 4098;
WHvPartitionPropertyCodeCpuidExitList = 4099;
WHvPartitionPropertyCodeCpuidResultList = 4100;
WHvPartitionPropertyCodeLocalApicEmulationMode = 4101;
WHvPartitionPropertyCodeProcessorXsaveFeatures = 4102;
WHvPartitionPropertyCodeProcessorClockFrequency = 4103;
WHvPartitionPropertyCodeInterruptClockFrequency = 4104;
WHvPartitionPropertyCodeApicRemoteReadSupport = 4105;
WHvPartitionPropertyCodeProcessorFeaturesBanks = 4106;
WHvPartitionPropertyCodeReferenceTime = 4107;
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks = 4108;
WHvPartitionPropertyCodeCpuidResultList2 = 4109;
WHvPartitionPropertyCodeProcessorPerfmonFeatures = 4110;
WHvPartitionPropertyCodeMsrActionList = 4111;
WHvPartitionPropertyCodeUnimplementedMsrAction = 4112;
WHvPartitionPropertyCodeProcessorCount = 8191;// WHV_PARTITION_PROPERTY_CODE
pub const WHvPartitionPropertyCodeExtendedVmExits: i32 = 1;
pub const WHvPartitionPropertyCodeExceptionExitBitmap: i32 = 2;
pub const WHvPartitionPropertyCodeSeparateSecurityDomain: i32 = 3;
pub const WHvPartitionPropertyCodeNestedVirtualization: i32 = 4;
pub const WHvPartitionPropertyCodeX64MsrExitBitmap: i32 = 5;
pub const WHvPartitionPropertyCodePrimaryNumaNode: i32 = 6;
pub const WHvPartitionPropertyCodeCpuReserve: i32 = 7;
pub const WHvPartitionPropertyCodeCpuCap: i32 = 8;
pub const WHvPartitionPropertyCodeCpuWeight: i32 = 9;
pub const WHvPartitionPropertyCodeCpuGroupId: i32 = 10;
pub const WHvPartitionPropertyCodeProcessorFrequencyCap: i32 = 11;
pub const WHvPartitionPropertyCodeAllowDeviceAssignment: i32 = 12;
pub const WHvPartitionPropertyCodeDisableSmt: i32 = 13;
pub const WHvPartitionPropertyCodeProcessorFeatures: i32 = 4097;
pub const WHvPartitionPropertyCodeProcessorClFlushSize: i32 = 4098;
pub const WHvPartitionPropertyCodeCpuidExitList: i32 = 4099;
pub const WHvPartitionPropertyCodeCpuidResultList: i32 = 4100;
pub const WHvPartitionPropertyCodeLocalApicEmulationMode: i32 = 4101;
pub const WHvPartitionPropertyCodeProcessorXsaveFeatures: i32 = 4102;
pub const WHvPartitionPropertyCodeProcessorClockFrequency: i32 = 4103;
pub const WHvPartitionPropertyCodeInterruptClockFrequency: i32 = 4104;
pub const WHvPartitionPropertyCodeApicRemoteReadSupport: i32 = 4105;
pub const WHvPartitionPropertyCodeProcessorFeaturesBanks: i32 = 4106;
pub const WHvPartitionPropertyCodeReferenceTime: i32 = 4107;
pub const WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks: i32 = 4108;
pub const WHvPartitionPropertyCodeCpuidResultList2: i32 = 4109;
pub const WHvPartitionPropertyCodeProcessorPerfmonFeatures: i32 = 4110;
pub const WHvPartitionPropertyCodeMsrActionList: i32 = 4111;
pub const WHvPartitionPropertyCodeUnimplementedMsrAction: i32 = 4112;
pub const WHvPartitionPropertyCodeProcessorCount: i32 = 8191;const
WHvPartitionPropertyCodeExtendedVmExits* = 1
WHvPartitionPropertyCodeExceptionExitBitmap* = 2
WHvPartitionPropertyCodeSeparateSecurityDomain* = 3
WHvPartitionPropertyCodeNestedVirtualization* = 4
WHvPartitionPropertyCodeX64MsrExitBitmap* = 5
WHvPartitionPropertyCodePrimaryNumaNode* = 6
WHvPartitionPropertyCodeCpuReserve* = 7
WHvPartitionPropertyCodeCpuCap* = 8
WHvPartitionPropertyCodeCpuWeight* = 9
WHvPartitionPropertyCodeCpuGroupId* = 10
WHvPartitionPropertyCodeProcessorFrequencyCap* = 11
WHvPartitionPropertyCodeAllowDeviceAssignment* = 12
WHvPartitionPropertyCodeDisableSmt* = 13
WHvPartitionPropertyCodeProcessorFeatures* = 4097
WHvPartitionPropertyCodeProcessorClFlushSize* = 4098
WHvPartitionPropertyCodeCpuidExitList* = 4099
WHvPartitionPropertyCodeCpuidResultList* = 4100
WHvPartitionPropertyCodeLocalApicEmulationMode* = 4101
WHvPartitionPropertyCodeProcessorXsaveFeatures* = 4102
WHvPartitionPropertyCodeProcessorClockFrequency* = 4103
WHvPartitionPropertyCodeInterruptClockFrequency* = 4104
WHvPartitionPropertyCodeApicRemoteReadSupport* = 4105
WHvPartitionPropertyCodeProcessorFeaturesBanks* = 4106
WHvPartitionPropertyCodeReferenceTime* = 4107
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks* = 4108
WHvPartitionPropertyCodeCpuidResultList2* = 4109
WHvPartitionPropertyCodeProcessorPerfmonFeatures* = 4110
WHvPartitionPropertyCodeMsrActionList* = 4111
WHvPartitionPropertyCodeUnimplementedMsrAction* = 4112
WHvPartitionPropertyCodeProcessorCount* = 8191enum WHV_PARTITION_PROPERTY_CODE : int {
WHvPartitionPropertyCodeExtendedVmExits = 1,
WHvPartitionPropertyCodeExceptionExitBitmap = 2,
WHvPartitionPropertyCodeSeparateSecurityDomain = 3,
WHvPartitionPropertyCodeNestedVirtualization = 4,
WHvPartitionPropertyCodeX64MsrExitBitmap = 5,
WHvPartitionPropertyCodePrimaryNumaNode = 6,
WHvPartitionPropertyCodeCpuReserve = 7,
WHvPartitionPropertyCodeCpuCap = 8,
WHvPartitionPropertyCodeCpuWeight = 9,
WHvPartitionPropertyCodeCpuGroupId = 10,
WHvPartitionPropertyCodeProcessorFrequencyCap = 11,
WHvPartitionPropertyCodeAllowDeviceAssignment = 12,
WHvPartitionPropertyCodeDisableSmt = 13,
WHvPartitionPropertyCodeProcessorFeatures = 4097,
WHvPartitionPropertyCodeProcessorClFlushSize = 4098,
WHvPartitionPropertyCodeCpuidExitList = 4099,
WHvPartitionPropertyCodeCpuidResultList = 4100,
WHvPartitionPropertyCodeLocalApicEmulationMode = 4101,
WHvPartitionPropertyCodeProcessorXsaveFeatures = 4102,
WHvPartitionPropertyCodeProcessorClockFrequency = 4103,
WHvPartitionPropertyCodeInterruptClockFrequency = 4104,
WHvPartitionPropertyCodeApicRemoteReadSupport = 4105,
WHvPartitionPropertyCodeProcessorFeaturesBanks = 4106,
WHvPartitionPropertyCodeReferenceTime = 4107,
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks = 4108,
WHvPartitionPropertyCodeCpuidResultList2 = 4109,
WHvPartitionPropertyCodeProcessorPerfmonFeatures = 4110,
WHvPartitionPropertyCodeMsrActionList = 4111,
WHvPartitionPropertyCodeUnimplementedMsrAction = 4112,
WHvPartitionPropertyCodeProcessorCount = 8191,
}#define global WHvPartitionPropertyCodeExtendedVmExits 0x1
#define global WHvPartitionPropertyCodeExceptionExitBitmap 0x2
#define global WHvPartitionPropertyCodeSeparateSecurityDomain 0x3
#define global WHvPartitionPropertyCodeNestedVirtualization 0x4
#define global WHvPartitionPropertyCodeX64MsrExitBitmap 0x5
#define global WHvPartitionPropertyCodePrimaryNumaNode 0x6
#define global WHvPartitionPropertyCodeCpuReserve 0x7
#define global WHvPartitionPropertyCodeCpuCap 0x8
#define global WHvPartitionPropertyCodeCpuWeight 0x9
#define global WHvPartitionPropertyCodeCpuGroupId 0xA
#define global WHvPartitionPropertyCodeProcessorFrequencyCap 0xB
#define global WHvPartitionPropertyCodeAllowDeviceAssignment 0xC
#define global WHvPartitionPropertyCodeDisableSmt 0xD
#define global WHvPartitionPropertyCodeProcessorFeatures 0x1001
#define global WHvPartitionPropertyCodeProcessorClFlushSize 0x1002
#define global WHvPartitionPropertyCodeCpuidExitList 0x1003
#define global WHvPartitionPropertyCodeCpuidResultList 0x1004
#define global WHvPartitionPropertyCodeLocalApicEmulationMode 0x1005
#define global WHvPartitionPropertyCodeProcessorXsaveFeatures 0x1006
#define global WHvPartitionPropertyCodeProcessorClockFrequency 0x1007
#define global WHvPartitionPropertyCodeInterruptClockFrequency 0x1008
#define global WHvPartitionPropertyCodeApicRemoteReadSupport 0x1009
#define global WHvPartitionPropertyCodeProcessorFeaturesBanks 0x100A
#define global WHvPartitionPropertyCodeReferenceTime 0x100B
#define global WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks 0x100C
#define global WHvPartitionPropertyCodeCpuidResultList2 0x100D
#define global WHvPartitionPropertyCodeProcessorPerfmonFeatures 0x100E
#define global WHvPartitionPropertyCodeMsrActionList 0x100F
#define global WHvPartitionPropertyCodeUnimplementedMsrAction 0x1010
#define global WHvPartitionPropertyCodeProcessorCount 0x1FFF