Function ProWsimpexmessageDataGet
Description
Extract the contents of an import/export message (returned by ProWorkspaceImpexMessagesGet().
Synopsis
#include <ProWorkspace.h>
ProWsimpexmessageDataGet
(
/* (In)
The message.
*/
/* (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
The function succeeded.
One or more arguments was invalid.
User Guide References
これは役に立ちましたか?