pxinq_elem_range (
Pint elem_pt1 /*first pointer */ Pint elem_pt2 /*second pointer */ Pint length /*length of each application list */ Pint *error_ind /*error indicator */ Pelem_type_list *elem_types /*list of element types */ Pint_list *elem_sizes /*list of element sizes */
)
This function is equivalent to calling Inquire Element Type and Size (routine pinq_elem_type_size) repeatedly, once for each element in the element range. If more than Length elements have been requested, the first Length are returned.
Element pointers are clamped at zero and at the maximum number of elements in the structure. Elements are returned in ascending order, regardless of the ordering of elem_pt1 and elem_pt2.