Determines whether an indentifier points to a packet table.
Procedure:
Signature:
herr_t H5PTis_valid(hid_t table_id)
Parameters:
hid_t table_id
IN: Identifier to query.
Description:
H5PTis_valid returns a non-negative value if table_id corresponds to an open packet table, and returns a negative value otherwise.
Returns:
Returns a non-negative value if table_id is a valid packet table, otherwise returns a negative value.
Example:
--- Last Modified: December 04, 2017 | 07:24 AM