搜索资源列表
WSAGetLastError_Error_codes
- 这是WSAGetLastError的错误代码,是我收集来的,有时不知道错误代码是很辛苦的,因为不知道程序错误的原因-WSAGetLastError This is the error code, I collected, and sometimes do not know the wrong code is very difficult, because we do not know procedures for the wrong reason
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
WSAGetLastError
- 用于查询 socket 编成的 Error 表 ,非常实用 -socket Error code list
WinSock-Error-Codes
- WinSock error codes, returns WSAGetLastError. Short descr iption from MSDN.
winsock_init
- The first time WSAGetLastError is called, the delay load helper will resolve the address with GetProcAddress and fixup the import for Linux. -The first time WSAGetLastError is called, the delay load helper will resolve the address with GetProcAddr