Last modified: 2016

Name: H5Pget_file_space_page_size

Signature:
herr_t H5Pget_file_space_page_size(hid_t fcpl, hsize_t *fsp_size)

Purpose:
Retrieves the file space page size for a file creation property list.

Description:
H5Pget_file_space_page_size retrieves the file space page size for paged aggregation in the parameter fsp_size.

The library default is 4KB (4096) if fsp_size is not previously set via a call to H5Pset_file_space_page_size.

Parameters:
hid_t fcpl   IN: File creation property list identifier
hsize_t *fsp_size   OUT: File space page size
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.

Fortran Interface:
None

See Also:
History:
Release     Change
1.10.1 C function introduced with this release.