H5Aiterate2

fnherr_t H5Aiterate2(hid_t obj_id, int idx_type, int order, hsize_t * idx, H5A_operator2_t op, void * op_data)

Iterates over attributes attached to an object.

Parameters

obj_idObject identifier
idx_typeIndex type (H5_INDEX)
orderIteration order (H5_ITER_ORDER)
idxStarting position; updated to position where iteration stopped
opCallback function to invoke for each attribute
op_dataUser data to pass to the callback

Returns

The return value of the last callback on success, or negative on failure.