Category Creo Parametric fundamentals, Category Creo Parametric TOOLKIT fundamentals, Object ProString

Function ProStringVerstampGet


Description
Retrieves the version stamp, given the corresponding ASCII string.

This function is the opposite of ProVerstampStringGet().

Synopsis
#include <ProVerstamp.h>
ProErrorProStringVerstampGet(
char* string
/* (In)
The version string
*/
ProWVerstamp* p_stamp
/* (Out)
The string representation
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProVerstampStringGet

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 )