Category
Creo Parametric fundamentals
, Object
ProVerstamp
Function ProVerstampFree
Description
Frees the input version stamp.
Synopsis
#include <
ProVerstamp.h
>
ProError
ProVerstampFree
(
ProWVerstamp
*
p_stamp
/* (In)
The version string
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the memory.
PRO_TK_BAD_INPUTS
The argument is invalid.
Manual References:
Core: Models and Model Items: Version Stamps
Core: Models and Model Items: Version Stamps
Sample Code References:
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( TestExtobj.c )
pt_examples ( UtilFeats.c )