Closes an open packet table.
Procedure:
Signature:
herr_t H5PTclose(hid_t table_id)
Parameters:
hid_t table_id
IN: Identifier of packet table to be closed.
Description:
H5PTclose ends access to a packet table specified by table_id.
Returns:
Returns a non-negative value if successful, otherwise returns a negative value.
Example:
--- Last Modified: December 04, 2017 | 07:23 AM