Object ProCurrent

Function ProCurrentWorkspaceImpexMessagesGet


Description
Returns an array of messages generated by the last call to ProCurrentWorkspaceImport() or ProCurrentWorkspaceExport().
Synopsis
#include <ProWorkspace.h>
ProErrorProCurrentWorkspaceImpexMessagesGet(
ProWSImpexMessage** messages
/* (Out)
ProArray of messages. Free this using ProWsimpexmessageArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo messages are available.

Manual References:

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