H5VLobject_open

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

objObject containing 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.