H5Pget_file_image
fn
herr_t H5Pget_file_image(hid_t fapl_id, void * * buf_ptr_ptr, size_t * buf_len_ptr)Gets the file image.
Parameters
fapl_id | File access property list identifier |
buf_ptr_ptr | Pointer to receive buffer pointer |
buf_len_ptr | Pointer to receive buffer length |
Returns
Non-negative on success, negative on failure.