H5VLobject

fnvoid * 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

objObject containing the target
loc_paramsLocation parameters
connector_idVOL connector identifier
opened_typePointer to receive opened object type
dxpl_idData transfer property list
reqAsync request object (can be null)

Returns

Pointer to object on success, null on failure.