H5VLattr_write
fn
herr_t H5VLattr_write(void * attr, hid_t connector_id, hid_t mem_type_id, const void * buf,
hid_t dxpl_id, void * * req)Writes attribute data through the VOL.
Parameters
attr | Attribute object |
connector_id | VOL connector identifier |
mem_type_id | Memory datatype identifier |
buf | Buffer containing data to write |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
Returns
Non-negative on success, negative on failure.