RtProcess.EnumerateProxyProcesses Method

This method returns a list of real-time proxy processes.

Overload List

  Name Description

Public method Static member

EnumerateProxyProcesses

Enumerate 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.

Public method Static member

EnumerateProxyProcesses (List<RtProcess>)

Enumerate 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.

See Also: