RTProcessEnumerateProxyProcesses Method (List<RTProcess>)

Enumerates the running RTSS proxy processes. This method will return a maximum of 1000 proxy processes. If more than 1000 proxy processes exist, only 1000 will be returned. The given parameter is updated to contain one RTProcess object for each RTK proxy process. This allows the client to distinguish between Windows proxy processes and RTK proxy processes.

Namespace:  IntervalZero.RTX64.RTAPI.Diagnostics.RTProcess
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static List<Process> EnumerateProxyProcesses(
	List<RTProcess> rtkProcesses
)

Parameters

rtkProcesses
Type: System.Collections.GenericListRTProcess
Optional list of RtkProcess

Return Value

Type: ListProcess
Array running Windows processors linked to RTAPI
See Also