H5LTopen_file_image
fn
hid_t H5LTopen_file_image(void * buf_ptr, size_t buf_size, uint flags)Opens a file image in memory.
Opens an HDF5 file image stored in a memory buffer. The file image can be accessed using normal HDF5 operations.
Parameters
buf_ptr | Pointer to the file image buffer |
buf_size | Size of the file image buffer in bytes |
flags | Flags controlling how the image is opened (H5LT_FILE_IMAGE) |
Returns
A file identifier on success, or H5I_INVALID_HID on failure.