
ProArrayObjectAdd | |
( ProArray* p_array /* (In) The address of the array. */ int index /* (In) The position at which to insert the objects in the array. If you specify a value less than 0 (PRO_VALUE_UNUSED), the function appends the objects to the end of the array. */ int n_objects /* (In) The number of objects to add to the array. */ void* p_object /* (In) The address from which a contiguous set of object data is to be copied into the array. */ ) |

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


