H5Pget_external

fnherr_t H5Pget_external(hid_t plist_id, uint idx, size_t name_size, char * name, off_t * offset, hsize_t * size)

Gets information about an external file.

Parameters

plist_idDataset creation property list identifier
idxIndex of the external file (0-based)
name_sizeSize of the name buffer
nameBuffer to receive the external file name
offsetPointer to receive the byte offset in the external file
sizePointer to receive the size of the external data

Returns

Non-negative on success, negative on failure.