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
User Guide References
도움이 되셨나요?