Category Creo Parametric fundamentals, Object ProVerstamp

Function ProVerstampStringGet


Description
Retrieves an ASCII string that corresponds to the version stamp (for permanent storage).
Replacement in Object TOOLKIT: pfcFeature::VersionStamp
pfcModel::VersionStamp
Synopsis
#include <ProVerstamp.h>
ProErrorProVerstampStringGet(
ProWVerstamp stamp
/* (In)
The version stamp.
*/
char** string
/* (Out)
The string representation. The function allocates the memory for this argument. Use the function ProVerstampStringFree() to free this memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProVerstampStringFree

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 ( UtilFeats.c )