H5VLobject
fn
void * H5VLobject(void * obj, const(H5VL_loc_params_t) * loc_params, hid_t connector_id,
int * opened_type, hid_t dxpl_id, void * * req)Looks up an object through the VOL given an object and location params.
Parameters
obj | Object containing the 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.