Reputation: 51
How can I get the running processes which established a TCP connection in C++?
I know about Process::GetProcesses() function.
But how can I short list those processes which established a TCP connection.
Any property in Process class describe this.?
Upvotes: 1
Views: 1454