H5VLobject_open
fn
void * H5VLobject_open(void * obj, const(H5VL_loc_params_t) * loc_params, hid_t connector_id,
int * opened_type, hid_t dxpl_id, void * * req)Opens an object through the VOL.
Parameters
obj | Object containing target |
loc_params | Location parameters |
connector_id | VOL connector identifier |
opened_type | Pointer to receive opened object type |
dxpl_id | Data transfer property list |
req | Async request object (can be null) |
Returns
Pointer to object on success, null on failure.