InetGetErrorMessage

char *InetGetErrorMessage (int errorCode);

Purpose

Returns the text message associated with a given Internet Library error code.

Parameters

Input
Name Type Description
errorCode integer An error code returned by an Internet Library function.

Return Value

Name Type Description
errorMessage char * The error message text associated with the specified error code.