H5Mopen_async

fnhid_t H5Mopen_async(hid_t loc_id, const(char) * name, hid_t mapl_id, hid_t es_id)

Opens an existing map object asynchronously.

Asynchronous version of H5Mopen.

Parameters

loc_idLocation identifier (file or group)
nameName of the map to open
mapl_idMap access property list identifier, or H5P_DEFAULT
es_idEvent set identifier for async operation

Returns

A map identifier on success, or H5I_INVALID_HID on failure.