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