H5Lget_val_by_idx

fnherr_t H5Lget_val_by_idx(hid_t loc_id, const char * group_name, H5_index_t idx_type, H5_iter_order_t order, hsize_t n, void * buf, size_t size, hid_t lapl_id)

Gets link value by index.

Parameters

loc_idLocation identifier
group_nameName of the group containing the link
idx_typeIndex type (H5_index_t)
orderIteration order (H5_iter_order_t)
nLink index
bufBuffer to receive the link value
sizeSize of the buffer
lapl_idLink access property list identifier

Returns

Non-negative on success, negative on failure.