H5P_GET_SMALL_DATA_BLOCK_SIZE
Retrieves the current small data block size setting
Procedure:
H5P_GET_SMALL_DATA_BLOCK_SIZE ( fapl_id, size )
Signature:
herr_t H5Pget_small_data_block_size(hid_t fapl_id,
hsize_t *size
)
Replace this text with the Fortran function signature
Replace this text with the C++ Function Signature
Replace this text with the JAVA Function Signature
Parameters:
hid_t fapl_id | IN: File access property list identifier |
hsize_t *size | OUT: Maximum size, in bytes, of the small data block |
Description:
H5Pget_small_data_block_size
retrieves the current setting for the size of the small data block.
If the returned value is zero (0
), the small data block mechanism has been disabled for the file.
Returns:
Returns a non-negative value if successful; otherwise a negative value.
History:
Release | C |
1.4.4 | Function introduced in this release. |
--- Last Modified: November 20, 2017 | 04:00 PM