Category Windchill servers, Object ProServerconflicts

Function ProServerconflictsFree


Description
Frees the conflict structure returned by Creo Parametric TOOLKIT function.
Synopsis
#include <ProWTUtils.h>
ProErrorProServerconflictsFree(
ProServerConflicts conflict
/* (In)
the conflict structure
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe memory was not freed, e.g. due to bad address

Manual References:

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

Sample Code References:

  1. pt_wc_server ( PTWCServerAddInstance.c )
  2. pt_wc_server ( PTWCServerPartToPView.c )
  3. pt_wc_server ( PTWCServerUpdateDXF.c )
  4. pt_wc_server ( PTWCServerPopulate.c )
  5. pt_wc_server ( PTWCServerUtils.c )
  6. pt_wc_server ( PTWCServerUtils.c )