Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PT_CLOSE

Closes an open packet table.

Procedure:

H5PT_CLOSE(table_id)

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:

Coming Soon!

--- Last Modified: December 04, 2017 | 07:23 AM