herr_t H5Trefresh(hid_t dtype_id)
H5Trefresh
causes all buffers associated with a
committed datatype to be cleared and immediately re-loaded with
updated contents from disk.
hid_t dtype_id |
IN: Identifier of the committed datatype to be refreshed. |
Release | Change |
1.10.0 | C function introduced with this release. |