Signature:
  SUBROUTINE h5pget_virtual_view_f(dapl_id, view, hdferr)
    INTEGER(HID_T), INTENT(IN)  :: dapl_id
    INTEGER       , INTENT(INOUT) :: view
    INTEGER       , INTENT(OUT) :: hdferr
Inputs:
  dapl_id - Dataset access property list identifier for the virtual dataset
Outputs:
  view - The flag specifying the view of the virtual dataset.
         Valid values are:
             H5D_VDS_FIRST_MISSING_F
             H5D_VDS_LAST_AVAILABLE_F
  hdferr - Returns 0 if successful and -1 if fails.