H5LTset_attribute_long_long
fn
herr_t H5LTset_attribute_long_long(hid_t loc_id, const char * obj_name,
const char * attr_name, const long * buffer, size_t size)Sets a long long attribute.
Creates and writes an attribute containing long long integer values.
Parameters
loc_id | Location identifier |
obj_name | Name of the object to attach the attribute to |
attr_name | Name of the attribute |
buffer | Buffer containing the attribute data |
size | Number of elements in the buffer |
Returns
Non-negative on success, negative on failure.