H5Pall_filters_avail(hid_t dcpl_id)
H5Pall_filters_avail verifies that all of the filters
set in the dataset creation property list dcpl_id are
currently available.
hid_t dcpl_id |
IN: Dataset creation property list identifier. |
TRUE if all filters are available
and FALSE if one or more is not currently available.FAIL, a negative value, on error.
| Release | C |
| 1.6.0 | Function introduced in this release. |