Subsystem.SetWindowsAndRtssProcessorsRequested Method

This method atomically sets the requested number of Windows and RTSS processors. If the requested number of RTSS processors is changed, the real-time Subsystem must be restarted for the change to take effect. If the requested number of Windows processors is changed, the machine must be rebooted for the change to take effect.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public void SetWindowsAndRtssProcessorsRequested(
	uint windowsProcessorsRequested,
	uint rtssProcessorsRequested,
	outRTX64ErrorCode warning
)

Parameters

windowsProcessorsRequested
Type: SystemUInt32
rtssProcessorsRequested
Type: SystemUInt32
warning
Type: IntervalZero.RTX64.Config. RTX64ErrorCode

Implements

IConfigSubsystemSetWindowsAndRtssProcessorsRequested(UInt32, UInt32)
See Also