H5VLattr_open
fn
void * H5VLattr_open(void * obj, const(H5VL_loc_params_t) * loc_params, hid_t connector_id,
const char * name, hid_t aapl_id, hid_t dxpl_id, void * * req)Opens an attribute through the VOL.
Parameters
obj | Object containing attribute |
loc_params | Location parameters |
connector_id | VOL connector identifier |
name | Attribute name |
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.