Gets key datatype for a map object
Procedure:
Signature:
hid_t H5Mget_key_type( hid_t map_id )
Parameters:
hid_t map_id | IN: Identifier of a map object |
Description:
H5M_GET_KEY_TYPE retrieves key datatype as stored in the file for a map object specified by map_id
and returns identifier for the datatype .
Returns:
Returns a datatype identifier if successful; otherwise returns H5I_INVALID_HID
.
Example:
History:
Release | Change |
---|
1.13.0 | C function introduced in this release. |
--- Last Modified: December 20, 2020 | 11:47 PM