Function ProStringFree
Description
free a string returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProStringFree
(
char* string
/* (In)
The string
*/
)
Returns
The memory was freed
The memory was not freed, e.g. due to bad address
Sample Code References
User Guide References
Was this helpful?