The C API functions return success codes or failure codes, including error and warning messages. You may sometimes require more information than that about the error or warning message.
To return a text message that corresponds to a particular error or warning code:
· Use the IN_GetErrorMessage function.
Text that corresponds to the specified error or warning code is returned. For a full list of codes and their meanings, see Error and warning codes.
See also