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
>
ProError
ProWstringproarrayFree
(
wchar_t
**
wstr_arr
/* (In)
The array of wide-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:
Annotations: Geometric Tolerances: Creating a Geometric Tolerance
Core: Utilities: Freeing String Outputs
Annotations: Annotation Features and Annotations: Dimension Text
Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
Sample Code References:
pt_af_examples ( PTAFNotesUpdate.c )
pt_examples ( TestGtol.c )
pt_examples ( TestSetup.c )
pt_udf_examples ( PTUDFExParamInfo.c )