H5Mget_async

fnherr_t H5Mget_async( hid_t map_id, hid_t key_mem_type_id, const(void) * key, hid_t val_mem_type_id, void * value, hid_t mapl_id, hid_t es_id )

Retrieves a value from a map by key asynchronously.

Asynchronous version of H5Mget.

Parameters

map_idMap identifier
key_mem_type_idMemory datatype of the key
keyPointer to the key data
val_mem_type_idMemory datatype of the value
valuePointer to buffer to receive the value data
mapl_idMap access property list identifier, or H5P_DEFAULT
es_idEvent set identifier for async operation

Returns

Non-negative on success, negative on failure.