H5Aget_storage_size
(hid_t
attr_id
)
H5Aget_storage_size
returns the amount of storage
that is required for the specified attribute, attr_id
.
hid_t attr_id |
IN: Identifier of the attribute to query. |
SUBROUTINE h5aget_storage_size_f(attr_id, size, hdferr) IMPLICIT NONE INTEGER(HID_T), INTENT(IN) :: attr_id ! Attribute identifier INTEGER(HSIZE_T), INTENT(OUT) :: size ! Attribute storage requirement INTEGER, INTENT(OUT) :: hdferr ! Error code: ! 0 on success and -1 on failure END SUBROUTINE h5aget_storage_size_f