Terminates access to a map object
Procedure:
Signature:
herr_t H5Mclose( hid_t map_id )
Parameters:
hid_t map_id | IN: Identifier of a map object to terminate access to |
Description:
H5M_CLOSE closes access to a map object specified by map_id
and releases resources used by it.
It is illegal to subsequently use that same map identifier in calls to other map functions.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
History:
Release | Change |
---|
1.13.0 | C function introduced in this release. |
--- Last Modified: December 21, 2020 | 12:07 AM