changes.mady.by.user Mike McGreevy
Saved on Nov 16, 2017
Saved on Dec 04, 2017
Closes an open packet table.
H5PT_CLOSE(table_id)
<pre><code class="language-c">herr_t H5PTclose(hid_t table_id)</code></pre>
hid_t table_id
IN: Identifier of packet table to be closed.
H5PTclose ends access to a packet table specified by table_id.
Returns a non-negative value if successful, otherwise returns a negative value.
Coming Soon!