Function ProMecherrobjMessageGet
Description
Returns the error object's event message at given index.
Licensing Requirement
Synopsis
#include <ProMechItem.h>
ProMecherrobjMessageGet
(
/* (In)
The error object.
*/
/* (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
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
A general error is encountered.
User Guide References
これは役に立ちましたか?