Object ProIntarray

Function ProIntarrayFree


Description
Free a plain integer array returned by a Creo Parametric TOOLKIT function
Synopsis
#include <ProUtil.h>
ProErrorProIntarrayFree(
int* plain_array
/* (In)
The plain integer 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 Integer Outputs