H5PTget_dataset

fnhid_t H5PTget_dataset(hid_t table_id)

Gets the dataset identifier for a packet table.

Returns the underlying HDF5 dataset identifier associated with the packet table. This allows direct access to the dataset for advanced operations not available through the packet table API.

Note

The returned dataset identifier should not be closed by the

caller. It is managed by the packet table.

Parameters

table_idPacket table identifier

Returns

Dataset identifier on success, or H5I_INVALID_HID on failure.