H5Aiterate1
fn
herr_t H5Aiterate1(hid_t loc_id, uint * idx, H5A_operator1_t op, void * op_data)Iterates over attributes (version 1, deprecated).
Parameters
loc_id | Location identifier |
idx | Starting index (in/out) |
op | Callback function |
op_data | User data for callback |
Returns
Return value from callback, or negative on error.