Win32 API 日本語リファレンス
ホームSystem.Hypervisor › WHV_PARTITION_PROPERTY_CODE

WHV_PARTITION_PROPERTY_CODE

列挙型
基底型i4

メンバー 30

名前10進16進
WHvPartitionPropertyCodeExtendedVmExits10x1
WHvPartitionPropertyCodeExceptionExitBitmap20x2
WHvPartitionPropertyCodeSeparateSecurityDomain30x3
WHvPartitionPropertyCodeNestedVirtualization40x4
WHvPartitionPropertyCodeX64MsrExitBitmap50x5
WHvPartitionPropertyCodePrimaryNumaNode60x6
WHvPartitionPropertyCodeCpuReserve70x7
WHvPartitionPropertyCodeCpuCap80x8
WHvPartitionPropertyCodeCpuWeight90x9
WHvPartitionPropertyCodeCpuGroupId100xA
WHvPartitionPropertyCodeProcessorFrequencyCap110xB
WHvPartitionPropertyCodeAllowDeviceAssignment120xC
WHvPartitionPropertyCodeDisableSmt130xD
WHvPartitionPropertyCodeProcessorFeatures40970x1001
WHvPartitionPropertyCodeProcessorClFlushSize40980x1002
WHvPartitionPropertyCodeCpuidExitList40990x1003
WHvPartitionPropertyCodeCpuidResultList41000x1004
WHvPartitionPropertyCodeLocalApicEmulationMode41010x1005
WHvPartitionPropertyCodeProcessorXsaveFeatures41020x1006
WHvPartitionPropertyCodeProcessorClockFrequency41030x1007
WHvPartitionPropertyCodeInterruptClockFrequency41040x1008
WHvPartitionPropertyCodeApicRemoteReadSupport41050x1009
WHvPartitionPropertyCodeProcessorFeaturesBanks41060x100A
WHvPartitionPropertyCodeReferenceTime41070x100B
WHvPartitionPropertyCodeSyntheticProcessorFeaturesBanks41080x100C
WHvPartitionPropertyCodeCpuidResultList241090x100D
WHvPartitionPropertyCodeProcessorPerfmonFeatures41100x100E
WHvPartitionPropertyCodeMsrActionList41110x100F
WHvPartitionPropertyCodeUnimplementedMsrAction41120x1010
WHvPartitionPropertyCodeProcessorCount81910x1FFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 8191
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,
}
#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