H5LTopen_file_image

fnhid_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_ptrPointer to the file image buffer
buf_sizeSize of the file image buffer in bytes
flagsFlags controlling how the image is opened (H5LT_FILE_IMAGE)

Returns

A file identifier on success, or H5I_INVALID_HID on failure.