Category
Creo Parametric fundamentals
, Object
ProVerstamp
Function ProVerstampAlloc
Description
Allocates space for the
ProVerstamp
structure.
Synopsis
#include <
ProVerstamp.h
>
ProError
ProVerstampAlloc
(
ProWVerstamp
*
p_stamp
/* (Out)
The allocated stamp
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated the memory.
PRO_TK_BAD_INPUTS
There was bad input.
Manual References:
Core: Models and Model Items: Version Stamps
Sample Code References:
pt_examples ( TestExtobj.c )
pt_examples ( UtilFeats.c )