|
ErrorGetIndex
See also: ErrorGetMessage |
Top Previous Next |
|
This function return a int with information on the index of 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) int __stdcall ErrorGetIndex(void)
Return The function return the last found error index in the dll. Use GetErrorMessage to get more information
|