H5VLattr_get
fn
herr_t H5VLattr_get(void * attr, hid_t connector_id, H5VL_attr_get_args_t * args,
hid_t dxpl_id, void * * req)Gets attribute information through the VOL.
Parameters
attr | Attribute object |
connector_id | VOL connector identifier |
args | Get arguments |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
Returns
Non-negative on success, negative on failure.