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>
ProWstringproarrayFree
(
wchar_t** wstr_arr
/* (In)
The array of wide-strings
*/
)
Returns
The memory was freed
The memory was not freed, e.g. due to bad address
Sample Code References
User Guide References
Was this helpful?