ErrorGetMessage

 

See also: ErrorIndex

Top  Previous  Next

This function return a string with information on the latest found error.

The caller can use this information to locate and fix this problem.

 

This function is defined in C++ as:

extern "C" __declspec(dllexport) void __stdcall ErrorGetMessage(char *ErrorString)

 

 

Input

Argument

Type

Description

ErrorString

char pointer

Returns a error message if the function return a value different from -1.

Use this information to see what is wrong.