Category Creo Parametric TOOLKIT fundamentals, Object ProWstringproarray

Function ProWstringproarrayFree


Description
free a ProArray of wide-strings returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProErrorProWstringproarrayFree(
wchar_t** wstr_arr
/* (In)
The array of wide-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. Annotations: Geometric Tolerances: Creating a Geometric Tolerance
  2. Core: Utilities: Freeing String Outputs
  3. Annotations: Annotation Features and Annotations: Dimension Text
  4. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

  1. pt_af_examples ( PTAFNotesUpdate.c )
  2. pt_examples ( TestGtol.c )
  3. pt_examples ( TestSetup.c )
  4. pt_udf_examples ( PTUDFExParamInfo.c )