|
p; char far * buf, /* Buffer for error string */
int len) /* Length of buffer */
{
int
err_len; /* length of error text */
if (errorcode == 0) /*
If error passed is 0, use the */
errorcode = WSABASEERR; /* base resource file number */
if (errorcode < WSABASEERR)
/* If invalid Error code */
return 0; & |