共用方式為


GameModeConfiguration.CpuExclusivityMaskLow 屬性

定義

邏輯核心的CPU獨佔性遮罩,專用於以位掩碼表示的遊戲。 核心 0 是由低 int 中的最低位所指定,而每個核心都是下一個最高位。 無法設定任何位超出 GetSystemCpuSetInformation 或 set 函式所傳回的核心數目。

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)

屬性值

Windows 需求

應用程式功能
gameList

備註

此 API 不適用於所有應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在運行時間失敗。

適用於