
ProElementArrayGet | |
( ProElement elemtree /* (In) The element tree. */ ProElempath elempath /* (In) The path to the array element. */ ProElement** p_array_elems /* (Out) The child elements of the array element. You must preallocate this array using ProArrayAlloc(). If you reuse the array, new elements will be appended to the existing elements unless you reset the array size to 0 with ProArraySizeSet. */ ) |

The function successfully retrieved the element array. | |
One or more of the input arguments are invalid. |



