Category Creo Parametric fundamentals, Object ProVerstamp

Function ProVerstampFree


Description
Frees the input version stamp.
Synopsis
#include <ProVerstamp.h>
ProErrorProVerstampFree(
ProWVerstamp* p_stamp
/* (In)
The version string
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the memory.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Core: Models and Model Items: Version Stamps
  2. Core: Models and Model Items: Version Stamps

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_examples ( TestExtobj.c )
  3. pt_examples ( TestExtobj.c )
  4. pt_examples ( UtilFeats.c )