H5Pget
fn
herr_t H5Pget(hid_t plist_id, const char * name, void * value)Gets the value of a property in a property list.
Parameters
plist_id | Property list identifier |
name | Name of property to get |
value | Pointer to receive the property value |
Returns
Non-negative on success, negative on failure.