gai strerror
Table of Contents >> IPv6 Programmer's Reference
| #include <trsocket.h> |
| char * gai_strerror | (int errorCode); |
Function Description
Returns a string describing the error code returned from getaddrinfo() or getnameinfo().
Parameters
- errorCode
- Error code returned from getaddrinfo() or getnameinfo().
Returns
- char *
- Pointer to string buffer describing the error.