목록목록 (1)
Hyun Chul's Utopia
[Windows Netrowking] WSAGetLastError() 목록
이 글의 출처는 다음과 같음을 미리 알려드립니다.출처 : http://bage.tistory.com/223참고 사이트 : http://homepage1.nifty.com/yito/anhttpd/winsock_error.html Defined Code DescriptionWSAEINTR 10004 WSACancelBlockingCall()에 의해 블록화 호출이 취소: Interrupted system call)WSAEBADF 10009 표준 C와 동일: Bad file numberWSAEACCES 10013 표준 C와 동일: Permission deniedWSAEFAULT 10014 표준 C와 동일: Bad addressWSAEINVAL 10022 표준 C와 동일: 소켓이 주소에 바인딩되지 않았습니다.(I..
프로그래밍/Network
2013. 1. 18. 14:43