H5Mget_val_type

fnhid_t H5Mget_val_type(hid_t map_id)

Gets the value datatype of a map.

Parameters

map_idMap identifier

Returns

A datatype identifier on success, or H5I_INVALID_HID on failure.

The returned identifier must be closed with H5Tclose.