
ProWstringArrayObjectRemove | |
( ProWstring** p_array /* (In) The address of the array. */ int index /* (In) The position at which to remove the objects from the array. The index value can range from 0 to (size of array-1). If the index is less than 0 (PRO_VALUE_UNUSED), the array shrinks by n_objects. */ int n_objects /* (In) The number of objects to remove. */ ) |

The function successfully removed the objects. | |
One or more of the arguments are invalid. |

