Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5PT_GET_NUM_PACKETS

Returns the number of packets in a packet table.

Procedure:

H5PT_GET_NUM_PACKETS(table_id, nrecords)

Signature:

herr_t H5PTget_num_packets(hid_t table_id, hsize_t * nrecords)

Parameters:

hid_t table_id

    IN: Identifier of packet table to query.

hsize_t nrecords

    OUT: Number of packets in packet table.

Description:

H5PTget_num_packets returns by reference the number of packets in 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:24 AM