Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PT_IS_VALID

Determines whether an indentifier points to a packet table.

Procedure:

H5PT_IS_VALID(table_id)

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:

Coming Soon!

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