GameModeConfiguration.CpuExclusivityMaskLow Property

Definition

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> ^ CpuExclusivityMaskLow { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> CpuExclusivityMaskLow();

void CpuExclusivityMaskLow(IReference<int> value);
public System.Nullable<int> CpuExclusivityMaskLow { get; set; }
var iReference = gameModeConfiguration.cpuExclusivityMaskLow;
gameModeConfiguration.cpuExclusivityMaskLow = iReference;
Public Property CpuExclusivityMaskLow 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.

Applies to