Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PT_GET_DATASET

Returns the backend dataset of this packet table.

Procedure:

H5PT_GET_DATASET(table_id)

Signature:

hid_t H5PTget_dataset(hid_t table_id)

Parameters:

hid_t table_id

    IN: Identifier of the packet table.

Description:

H5PTget_dataset returns the identifier of the dataset storing the packet table table_id. This dataset identifier will be closed by H5PTclose.

Returns:

Returns a dataset identifier or H5I_INVALID_HID on error.

Example:

Coming Soon!

History:
ReleaseChange
1.10.0 and 1.8.17    Function introduced.

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