Translates DeltaMAX error codes into English strings.
static TCHAR* DeltaMAXGetErrorString(const int code)
The DeltaMAX error code that you want to translate.
Returns a literal string containing the English error message for the specified error code, or "Unknown error" if the code was not recognized.
This function is provided purely for your convenience.
This function is declared in DeltaMAX_messages.h. (In order to use the function, you will need to include that file.)
See Also: Error Codes, DeltaMAXGetMessageString