H5Mcreate_async
fn
hid_t H5Mcreate_async(
hid_t loc_id,
const(char) * name,
hid_t key_type_id,
hid_t val_type_id,
hid_t lcpl_id,
hid_t mcpl_id,
hid_t mapl_id,
hid_t es_id
)Creates a new map object asynchronously.
Asynchronous version of H5Mcreate.
Parameters
loc_id | Location identifier (file or group) |
name | Name of the map to create |
key_type_id | Datatype identifier for keys |
val_type_id | Datatype identifier for values |
lcpl_id | Link creation property list identifier, or H5P_DEFAULT |
mcpl_id | Map creation property list identifier, or H5P_DEFAULT |
mapl_id | Map access property list identifier, or H5P_DEFAULT |
es_id | Event set identifier for async operation |
Returns
A map identifier on success, or H5I_INVALID_HID on failure.