GameModeConfiguration.CpuExclusivityMaskHigh Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CPU exclusivity mask of logical cores dedicated to the game represented by a bitmask. Core 0 is specified by the lowest bit in the low int and each core is the next highest bit. No bits can be set beyond the number of cores returned by GetSystemCpuSetInformation or set function will throw.
public:
property IReference<int> ^ CpuExclusivityMaskHigh { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> CpuExclusivityMaskHigh();
void CpuExclusivityMaskHigh(IReference<int> value);
public System.Nullable<int> CpuExclusivityMaskHigh { get; set; }
var iReference = gameModeConfiguration.cpuExclusivityMaskHigh;
gameModeConfiguration.cpuExclusivityMaskHigh = iReference;
Public Property CpuExclusivityMaskHigh As Nullable(Of Integer)
Property Value
Windows requirements
App capabilities |
gameList
|
Remarks
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.