Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5M_GET_VAL_TYPE

Gets value datatype for a map object

Procedure:

H5M_GET_VAL_TYPE(map_id)

Signature:

hid_t H5Mget_val_type( hid_t map_id )

 

Parameters:
hid_t map_id    IN: Identifier of a map object

Description:

H5M_GET_VAL_TYPE retrieves value 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:
ReleaseChange
1.13.0C function introduced in this release.

--- Last Modified: December 20, 2020 | 11:47 PM