H5VLblob_specific
fn
herr_t H5VLblob_specific(void * obj, hid_t connector_id, void * blob_id,
H5VL_optional_args_t args, void * * req)Performs a specific operation on a blob through the VOL.
Parameters
obj | Object containing blob |
connector_id | VOL connector identifier |
blob_id | Blob identifier |
args | Specific operation arguments |
req | Async request object (can be null) |
Returns
Non-negative on success, negative on failure.