Object ProWsimpexmessage

Function ProWsimpexmessageDataGet


Description
Extract the contents of an import/export message (returned by ProWorkspaceImpexMessagesGet().
Synopsis
#include <ProWorkspace.h>
ProErrorProWsimpexmessageDataGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.

Manual References:

  1. Data Management: Windchill Operations: Import and Export
  2. Data Management: Windchill Operations: Import and Export