Category
Creo Parametric TOOLKIT fundamentals
, Object
ProStringproarray
Function ProStringproarrayFree
Description
free a
ProArray
of strings returned by a Creo Parametric TOOLKIT function
Synopsis
#include <
ProUtil.h
>
ProError
ProStringproarrayFree
(
char**
str_arr
/* (In)
The array of strings
*/
)
Returns
PRO_TK_NO_ERROR
The memory was freed
PRO_TK_GENERAL_ERROR
The memory was not freed, e.g. due to bad address
Manual References:
Core: Utilities: Freeing String Outputs
Core: Utilities: Freeing String Outputs