
ProArrayAlloc | |
( int n_objs /* (In) The initial number of objects allocated in the array. */ int obj_size /* (In) The size of each object in the array */ int reallocation_size /* (In) The minimum number of objects added or deleted if Creo Parametric TOOLKIT resizes the array, e.g. on a call to ProArrayObjectAdd. */ ProArray* p_array /* (Out) The allocated array */ ) |

The function successfully allocated the array. | |
One or more of the input arguments are invalid. | |
The array would be too big to allocate. |


