Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WSAWaitForMultipleEvents Error codes

Status
Not open for further replies.

mayankag

Technical User
Jul 13, 2001
1
SG
Hi, I'm using the WSAWaitForMultipleEvents function, and switching on the returned value. I'm getting a 'WSA_WAIT_FAILED' value sometimes. When I use the WSAGetLastError(), the error code returned is '6'. Any idea what this stands for, or from where I can find out? Thanks a million!

- M
 
All the errors for WSA(sockets) are defined in winsock.h and winsock2.h.

You can find these files in:

../Program Files/Microsoft Visual Studio/VC/Include directory.

Open them with a text editor and look for the constant you need.

Attention: some of them may refer to other constants, which might be defined inside the same file or in the files from the include statements from the begining of the file.

Hope this helps, s-)

Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top