Category Creo Parametric TOOLKIT fundamentals, Object ProWstringarray

Function ProWstringarrayFree


Description
free an array of wide-strings returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProErrorProWstringarrayFree(
wchar_t** wstr_arr
/* (In)
The array of wide-strings
*/
int ct
/* (In)
The number of strings in the array
*/
)
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

Sample Code References:

  1. pt_userguide ( UgUITables.c )