Category Creo Parametric fundamentals, Object ProVerstamp

Function ProVerstampStringFree


Description
Frees the space allocated by a previous call to the ProVerstampStringGet() function.
Synopsis
#include <ProVerstamp.h>
ProErrorProVerstampStringFree(
char** string
/* (In)
The version string
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully freed the space.
PRO_TK_BAD_INPUTSThe argument is invalid.
See Also
ProVerstampStringGet

Manual References:

  1. Core: Models and Model Items: Version Stamps

Sample Code References:

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