Category Windchill servers, Object ProServerconflicts

Function ProServerconflictsDescriptionGet


Description
Gets the description for a given conflict. This description is the exact string shown in Creo Parametric by the Server Console. This description will be returned in the localized language of the session.
Synopsis
#include <ProWTUtils.h>
ProErrorProServerconflictsDescriptionGet(
ProServerConflicts conflict
/* (In)
Information about conflicts
*/
wchar_t** description
/* (Out)
The description of the conflict. Free this string using ProWstringFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more inputs was invalid.

Manual References:

  1. Data Management: Windchill Operations: Conflicts During Server Operations

Sample Code References:

  1. pt_wc_server ( PTWCServerUtils.c )