OK. This function is frustrating the hell out of me.
getservbyport returns a servent
Code:
struct servent {char FAR * 
                      s_name;char FAR * FAR * 
                      s_aliases;short
                      s_port;char FAR *
                      s_proto;};
This is the only thing I can find in the SDK about relating what services is running on a port.
What I need to do is find out what process owns or uses this port.

I have been searching msdn/SDK and yahoo for 3 days.
If anyone could throw a function at me, or give me an idea of what would be involved in accomplishing this, I would grant you great respect and countless thxs