Returns the backend datatype of this packet table.
Procedure:
Signature:
hid_t H5PTget_type(hid_t table_id)
Parameters:
hid_t table_id
IN: Identifier of the packet table.
Description:
H5PTget_type returns the identifier of the datatype used by the packet table table_id. This datatype identifier will be closed by H5PTclose.
Returns:
Returns a datatype identifier or H5I_INVALID_HID on error.
Example:
History:
Release | Change |
1.10.0 and 1.8.17 | Function introduced. |
--- Last Modified: December 04, 2017 | 07:24 AM