SUBROUTINE h5pset_virtual_view_f(dapl_id, view, hdferr) INTEGER(HID_T), INTENT(IN) :: dapl_id INTEGER , INTENT(IN) :: view INTEGER , INTENT(OUT) :: hdferrInputs:
dapl_id - Identifier of the virtual dataset access property list. view - Flag specifying the extent of the data to be included in the view. Valid values are: H5D_VDS_FIRST_MISSING_F H5D_VDS_LAST_AVAILABLE_FOutputs:
hdferr - Returns 0 if successful and -1 if fails.