herr_t H5Pget_virtual_view(
hid_ dapl_id,
H5D_vds_view_t *view
)
dapl_id
.
H5Pget_virtual_view
takes the virtual dataset
access property list, dapl_id
,
and retrieves the flag, view
,
set by the H5Pset_virtual_view
call.
hid_t
dapl_id |
|
IN: Dataset access property list identifier for the virtual dataset |
H5D_vds_view_t *view |
|
OUT: The flag specifying the view of the
virtual dataset.
Valid values are: H5D_VDS_FIRST_MISSING
H5D_VDS_LAST_AVAILABLE
|
Release | Change |
1.10.0 | C function introduced with this release. |