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
>
ProError
ProVerstampStringFree
(
char** string
/* (In)
The version string
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully freed the space.
PRO_TK_BAD_INPUTS
The argument is invalid.
See Also
ProVerstampStringGet
Sample Code References
pt_examples ( TestExtobj.c )
pt_examples ( UtilFeats.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳