H5Pset

fnherr_t H5Pset(hid_t plist_id, const char * name, const void * value)

Sets the value of a property in a property list.

Parameters

plist_idProperty list identifier
nameName of property to set
valuePointer to the property value

Returns

Non-negative on success, negative on failure.