H5LT_GET_ATTRIBUTE_LONG_LONG
Reads a long long attribute
Procedure:
H5LT_GET_ATTRIBUTE_LONG_LONG (loc_id, obj_name, attr_name, data)
Signature:
herr_t H5LTget_attribute_long_long (hid_t loc_id, const char *obj_name, const char *attr_name, long_long *data)
Parameters:
hid_t loc_id | Location of the object to which the attribute is attached |
const char *obj_name | That object's name |
const char *attr_name | Attribute name |
long_long *data | Attribute value |
Description:
H5LT_GET_ATTRIBUTE_LONG_LONG reads the attribute specified by loc_id
and obj_name
.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
--- Last Modified: August 13, 2019 | 01:42 PM