char *InetGetErrorMessage (int errorCode);
Returns the text message associated with a given Internet Library error code.
Input | ||
Name | Type | Description |
errorCode | integer | An error code returned by an Internet Library function. |
Name | Type | Description |
errorMessage | char * | The error message text associated with the specified error code. |