Description | ||||||||
Extract the contents of an import/export message (returned by ProWorkspaceImpexMessagesGet(). | ||||||||
Synopsis | ||||||||
#include <ProWorkspace.h> | ||||||||
ProError | ProWsimpexmessageDataGet | ( | ||||||
ProWSImpexMessage msg | ||||||||
/* (In) | ||||||||
The message. | ||||||||
*/ | ||||||||
ProWSImpexMessageType* type | ||||||||
/* (Out) | ||||||||
Severity of this message. Can be NULL. | ||||||||
*/ | ||||||||
ProPath object | ||||||||
/* (Out) | ||||||||
The object name or pathname. Can be NULL. | ||||||||
*/ | ||||||||
ProComment description | ||||||||
/* (Out) | ||||||||
Specific description of the problem or information. Can be NULL. | ||||||||
*/ | ||||||||
ProComment resolution | ||||||||
/* (Out) | ||||||||
Resolution applied to resolve an overridable conflict (applicable when type returned PRO_IMPEX_MSG_CONFLICT), Can be NULL. | ||||||||
*/ | ||||||||
ProBoolean* succeeded | ||||||||
/* (Out) | ||||||||
indicates whether the above resolution succeded or not (applicable when type returned PRO_IMPEX_MSG_CONFLICT). Can be NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|