H5VLattr_create
fn
void * H5VLattr_create(void * obj, const(H5VL_loc_params_t) * loc_params, hid_t connector_id,
const char * name, hid_t type_id, hid_t space_id, hid_t acpl_id, hid_t aapl_id,
hid_t dxpl_id, void * * req)Creates an attribute through the VOL.
Parameters
obj | Object to attach attribute to |
loc_params | Location parameters |
connector_id | VOL connector identifier |
name | Attribute name |
type_id | Datatype identifier |
space_id | Dataspace identifier |
acpl_id | Attribute creation property list |
aapl_id | Attribute access property list |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
Returns
Pointer to attribute object on success, null on failure.