Category Creo Parametric fundamentals, Object ProVerstamp

Function ProVerstampAlloc


Description
Allocates space for the ProVerstamp structure.
Synopsis
#include <ProVerstamp.h>
ProErrorProVerstampAlloc(
ProWVerstamp* p_stamp
/* (Out)
The allocated stamp
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully allocated the memory.
PRO_TK_BAD_INPUTSThere was bad input.

Manual References:

  1. Core: Models and Model Items: Version Stamps

Sample Code References:

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