Prototype: char * GetErrorMessage(RecordData *data)
Description: Returns the error message string associated with the error code number supplied.
Input Data
Format:
ErrorCode = <code number>
Returned Data: If the error code supplied is valid, the returned character pointer points to a string containing the message text associated with the error code. If the error code is not valid the return pointer is set to NULL.