Ok, just started learning C... and man is it better than VB...

Anyways, I was wondering, if I had an external DLL file, for example WSOCK32.DLL, and I wanted to make function calls to it in C, how would I do it? Also, how could I get a list of available functions within WSOCK32.DLL?

Thanx in advance.