char *GetUILErrorString (int errorNum);
Converts the error number returned by a User Interface Library function into a meaningful error message.
Input | ||
Name | Type | Description |
errorNum | integer | Status returned by User Interface Library function. |
Name | Type | Description |
message | string | Explanation of error. |