H5Pget_alignment
fn
herr_t H5Pget_alignment(hid_t fapl_id, hsize_t * threshold, hsize_t * alignment)Gets the alignment properties from a file access property list.
Parameters
fapl_id | File access property list identifier |
threshold | Pointer to receive the threshold |
alignment | Pointer to receive the alignment |
Returns
Non-negative on success, negative on failure.