Determine if Windows is using TCP / IP port?
In a cross platform environment, I am using a built-in function that should indicate if a tcp port is available. However, the function runs on Vista and always returns "available".
Is there an easy way, like a dll function, I can use to correctly identify this information without requiring .Net?
+1
a source to share