H5Sselect_valid(
hid_t space_id
)
H5Sselect_valid verifies that the selection
for the dataspace space_id is within the extent
of the dataspace if the current offset for the dataspace is used.
hid_t space_id |
IN: Identifier for the dataspace being queried. |
SUBROUTINE h5sselect_valid_f(space_id, flag, hdferr)
IMPLICIT NONE
INTEGER(HID_T), INTENT(IN) :: space_id ! Dataspace identifier
LOGICAL, INTENT(OUT) :: flag ! TRUE if the selection is
! contained within the extent,
! FALSE otherwise.
INTEGER, INTENT(OUT) :: hdferr ! Error code
! 0 on success and -1 on failure
END SUBROUTINE h5sselect_valid_f