H5Pcopy_prop
fn
herr_t H5Pcopy_prop(hid_t dst_id, hid_t src_id, const char * name)Copies a property from one list to another.
Parameters
dst_id | Destination property list identifier |
src_id | Source property list identifier |
name | Name of property to copy |
Returns
Non-negative on success, negative on failure.