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>
ProErrorProStringproarrayFree(
char** str_arr
/* (In)
The array of strings
*/
)
Returns
PRO_TK_NO_ERRORThe memory was freed
PRO_TK_GENERAL_ERRORThe memory was not freed, e.g. due to bad address

Manual References:

  1. Core: Utilities: Freeing String Outputs
  2. Core: Utilities: Freeing String Outputs