How can I find an explanation for the parameters used when calling WSOCK32 ?
For example, the following is a snippet from some code I have been asked to maintain. Does anyone know what it means ??
[blue]Public Declare Function connect Lib "wsock32.dll" (ByVal s As Long, addr As sockaddr, ByVal namelen As Long) As Long[/blue]
Thanks in anticipation
For example, the following is a snippet from some code I have been asked to maintain. Does anyone know what it means ??
[blue]Public Declare Function connect Lib "wsock32.dll" (ByVal s As Long, addr As sockaddr, ByVal namelen As Long) As Long[/blue]
Thanks in anticipation