Description | ||||||||||||||
Returns the error object's event message at given index. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for Mechanica | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProMechItem.h> | ||||||||||||||
ProError | ProMecherrobjMessageGet | ( | ||||||||||||
ProMechErrobj err_obj | ||||||||||||||
/* (In) | ||||||||||||||
The error object. | ||||||||||||||
*/ | ||||||||||||||
ProMechErrobjType type | ||||||||||||||
/* (In) | ||||||||||||||
The error object event type. | ||||||||||||||
*/ | ||||||||||||||
int index | ||||||||||||||
/* (In) | ||||||||||||||
The event index. | ||||||||||||||
*/ | ||||||||||||||
wchar_t ** message | ||||||||||||||
/* (Out) | ||||||||||||||
The message at given index. Free the memory for this string using ProWstringFree(). | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|