المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Socket details using PID



C++ Programming
01-27-2010, 09:40 PM
Is there a way to tie a network connection to a PID (process ID) using Windows Socket functions? I would like to find network connection details associated with a particular process; more specifically in the process, port at which socket is listening and connection state I need to find. Any Windows Socket functions avialable to fetch all these details using VC++?

TIA!