API 文档 > Creo Parametric fundamentals > Object ProVerstamp > Function ProVerstampStringFree
Function ProVerstampStringFree
Description
Frees the space allocated by a previous call to the ProVerstampStringGet() function.
Synopsis
#include <ProVerstamp.h>
ProVerstampStringFree
(
char** string
/* (In)
The version string
*/
)
Returns
The function successfully freed the space.
The argument is invalid.
See Also
Sample Code References
这对您有帮助吗?