Category
Windchill servers
, Object
ProServerconflicts
Function ProServerconflictsFree
Description
Frees the conflict structure returned by Creo Parametric TOOLKIT function.
Synopsis
#include <
ProWTUtils.h
>
ProError
ProServerconflictsFree
(
ProServerConflicts
conflict
/* (In)
the conflict structure
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
The memory was not freed, e.g. due to bad address
Manual References:
Data Management: Windchill Operations: Conflicts During Server Operations
Sample Code References:
pt_wc_server ( PTWCServerAddInstance.c )
pt_wc_server ( PTWCServerPartToPView.c )
pt_wc_server ( PTWCServerUpdateDXF.c )
pt_wc_server ( PTWCServerPopulate.c )
pt_wc_server ( PTWCServerUtils.c )
pt_wc_server ( PTWCServerUtils.c )