H5Mopen
fn
hid_t H5Mopen(hid_t loc_id, const(char) * name, hid_t mapl_id)Opens an existing map object.
Parameters
loc_id | Location identifier (file or group) |
name | Name of the map to open |
mapl_id | Map access property list identifier, or H5P_DEFAULT |
Returns
A map identifier on success, or H5I_INVALID_HID on failure.