API Documentation
>
Miscellaneous
>
Object ProWstringproarray
> Function ProWstringproarrayFree
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
Sample Code References
pt_af_examples ( PTAFNotesUpdate.c )
pt_examples ( TestGtol.c )
pt_examples ( TestSetup.c )
pt_udf_examples ( PTUDFExParamInfo.c )
User Guide References
Freeing String Outputs:ProWstringproarrayFree
Dimension Text:ProWstringproarrayFree
Creating a Geometric Tolerance:ProWstringproarrayFree
Reading MBD or DrawingTables:ProWstringproarrayFree
Was this helpful?
This site works best with JavaScript enabled