Hello all
I'm trying to call WSAstartup from the winsock dll in VB. But the prototype looks like this:
int WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData );
As far as I know those types don't exist in VB? How would I get wsastartup going so I can call some of the functions in winsock.dll?
Thanks
